mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
add hotkey (a N) to toggle night.css
This commit is contained in:
@@ -466,6 +466,9 @@ require(["dojo/_base/kernel",
|
||||
Feeds.reloadCurrent();
|
||||
});
|
||||
};
|
||||
this.hotkey_actions["toggle_night_mode"] = function () {
|
||||
App.toggleNightMode();
|
||||
};
|
||||
},
|
||||
onActionSelected: function(opid) {
|
||||
switch (opid) {
|
||||
|
||||
Reference in New Issue
Block a user