Skip to content

Commit 239c72c

Browse files
author
thyttan
committed
messages: remove development comments in settings.js
1 parent fa77dd7 commit 239c72c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

apps/messages/settings.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,6 @@
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,

0 commit comments

Comments
 (0)