Fix Thread Watcher icon not lighting up when Persistent Thread Watcher is enabled
This commit is contained in:
parent
0da82acc72
commit
2735c7779c
@ -7,7 +7,7 @@ ThreadWatcher =
|
|||||||
textContent: 'Watcher'
|
textContent: 'Watcher'
|
||||||
title: 'Thread Watcher'
|
title: 'Thread Watcher'
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
className: 'disabled fa fa-eye'
|
className: 'fa fa-eye'
|
||||||
|
|
||||||
@db = new DataBoard 'watchedThreads', @refresh, true
|
@db = new DataBoard 'watchedThreads', @refresh, true
|
||||||
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= readHTML('ThreadWatcher.html') %>
|
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= readHTML('ThreadWatcher.html') %>
|
||||||
@ -35,6 +35,7 @@ ThreadWatcher =
|
|||||||
if Conf['Fixed Thread Watcher']
|
if Conf['Fixed Thread Watcher']
|
||||||
$.addClass doc, 'fixed-watcher'
|
$.addClass doc, 'fixed-watcher'
|
||||||
if !Conf['Persistent Thread Watcher']
|
if !Conf['Persistent Thread Watcher']
|
||||||
|
$.addClass ThreadWatcher.shortcut, 'disabled'
|
||||||
@dialog.hidden = true
|
@dialog.hidden = true
|
||||||
|
|
||||||
Header.addShortcut 'watcher', sc, 510
|
Header.addShortcut 'watcher', sc, 510
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user