mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Locking the mouse indicator by default.
This commit is contained in:
parent
5e6b1e5fee
commit
345f425710
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
};
|
||||
NEWSBLUR.Preferences = {
|
||||
'unread_view' : 0,
|
||||
'lock_mouse_indicator' : 0,
|
||||
'lock_mouse_indicator' : 100,
|
||||
'feed_pane_size' : {% firstof user_profile.feed_pane_size 240 %},
|
||||
'hide_getting_started' : {{ user_profile.hide_getting_started|yesno:"true,false" }},
|
||||
'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }},
|
||||
|
|
Loading…
Add table
Reference in a new issue