You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scribblehub_reading_list_upgrades.user.js: Add tooltips to the "Save" and "Cancel" buttons in the notes editor popup. Add "ctrlEnterSavesNotes" setting to enable new keybind for the "Save" button (Default: on).
// @description Allows hiding novels the user is caught up on from their reading lists, adds the current reading list name to the title, and more planned.
@@ -25,6 +25,7 @@
25
25
constsettings={
26
26
hideCaughtUpByDefault: false,
27
27
improvePageTitle: true,
28
+
ctrlEnterSavesNotes: true,
28
29
// customTagDropdownList: true, // TODO: Not yet implemented
29
30
// invertableTagFiltering: true // TODO: Not yet implemented
30
31
};
@@ -62,7 +63,8 @@
62
63
// Label indicates what the button does when clicked, not the current state.
0 commit comments