File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 8080 value : ! ! settings . quietNoAutOpn ,
8181 onchange : v => updateSetting ( "quietNoAutOpn" , v )
8282 } ,
83- // Refactor Disable auto-open to a setting with more granularity.
84- //
85- // Auto-open:
86- // - Never show new messages
87- // - Show new messages over clock
88- // - Always show new messages when locked
89- // - Always show new messages
90- //
91- // Open a sub-menu to select among the options.
92- // In main menu display the current selection in a friendly format.
93- // Use numbers 0-3 as representation under the hood.
94- // Add defaults to the top of this file.
95- // Translate the Disable auto-open setting to the new style.
96- //
97- // Amend README to reflect changes.
98-
9983 /*LANG*/ 'Auto-open new msg' : {
10084 value : settings . autoOpen ,
10185 min :0 , max :3 , step :1 ,
You can’t perform that action at this time.
0 commit comments