mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adjusting default mouse lock to 300 instead of 100.
This commit is contained in:
parent
a642fb9713
commit
cf805fed64
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
|
@ -33,7 +33,7 @@
|
||||||
};
|
};
|
||||||
NEWSBLUR.Preferences = {
|
NEWSBLUR.Preferences = {
|
||||||
'unread_view' : 0,
|
'unread_view' : 0,
|
||||||
'lock_mouse_indicator' : 100,
|
'lock_mouse_indicator' : 300,
|
||||||
'feed_pane_size' : {% firstof user_profile.feed_pane_size 258 %},
|
'feed_pane_size' : {% firstof user_profile.feed_pane_size 258 %},
|
||||||
'hide_getting_started' : {{ user_profile.hide_getting_started|yesno:"true,false" }},
|
'hide_getting_started' : {{ user_profile.hide_getting_started|yesno:"true,false" }},
|
||||||
'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }},
|
'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }},
|
||||||
|
|
Loading…
Add table
Reference in a new issue