summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 21:20:59 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 21:20:59 +0300
commitfca78f741714561ea130c96183116e6585fcde1c (patch)
tree77d16d0e7cab627694327b6536bd708afd2fe1ce /index.php
parent1c8593c1fa68cd5287c975bb8ef96efce4edbbab (diff)
add qmcToggleNightMode to actions dropdown
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2dc4bb762..126f731b7 100644
--- a/index.php
+++ b/index.php
@@ -238,6 +238,7 @@
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcShowOnlyUnread')"><?php echo __('(Un)hide read feeds') ?></div>
<div dojoType="dijit.MenuItem" disabled="1"><?php echo __('Other actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcToggleWidescreen')"><?php echo __('Toggle widescreen mode') ?></div>
+ <div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcToggleNightMode')"><?php echo __('Toggle night mode') ?></div>
<div dojoType="dijit.MenuItem" onclick="App.onActionSelected('qmcHKhelp')"><?php echo __('Keyboard shortcuts help') ?></div>
<?php