Skip to content

Commit 08658c3

Browse files
feat: enable quicktools toggler by default and add search button to defaults
1 parent 7203cd1 commit 08658c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Settings {
148148
editorFont: "Roboto Mono",
149149
vibrateOnTap: true,
150150
fullscreen: false,
151-
floatingButton: false,
151+
floatingButton: true,
152152
liveAutoCompletion: true,
153153
localWordCompletion: true,
154154
languageCompletion: true,
@@ -190,7 +190,7 @@ class Settings {
190190
useTextareaForIME: false,
191191
touchMoveThreshold: Math.round((1 / devicePixelRatio) * 10) / 20,
192192
quicktoolsItems: [
193-
2, 1, 34, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 33, 21, 20,
193+
2, 1, 5, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 33, 21, 20,
194194
16, 19, 17, 23, 24, 25, 26, 27, 28, 29, 30, 31,
195195
],
196196
excludeFolders: this.#excludeFolders,

0 commit comments

Comments
 (0)