1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

add qmcToggleNightMode to actions dropdown

This commit is contained in:
Andrew Dolgov
2018-12-09 21:20:59 +03:00
parent 1c8593c1fa
commit fca78f7417
2 changed files with 4 additions and 0 deletions

View File

@@ -534,6 +534,9 @@ require(["dojo/_base/kernel",
alert(__("Widescreen is not available in combined mode."));
}
break;
case "qmcToggleNightMode":
App.toggleNightMode();
break;
case "qmcHKhelp":
App.helpDialog("main");
break;