Skip to content

Commit

Permalink
Add hint for users to refresh the page (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
  • Loading branch information
F-park and gaogaotiantian authored Apr 2, 2024
1 parent 2a83896 commit dc2854e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ function save_options() {
enableTagColor: enableTagColor,
minSize: minSize
}, function () {
// Update status to let user know options were saved.
show_status('保存成功', 750);
show_status('保存成功,刷新网页后生效', 3000);
});
}

Expand Down

0 comments on commit dc2854e

Please sign in to comment.