We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b6292 commit 7d3d258Copy full SHA for 7d3d258
1 file changed
src/lib/settings.js
@@ -142,13 +142,13 @@ class Settings {
142
fadeFoldWidgets: false,
143
autoCorrect: true,
144
openFileListPos: this.OPEN_FILE_LIST_POS_HEADER,
145
- quickTools: 2,
+ quickTools: 1,
146
quickToolsTriggerMode: this.QUICKTOOLS_TRIGGER_MODE_TOUCH,
147
appFont: "",
148
editorFont: "Roboto Mono",
149
vibrateOnTap: true,
150
fullscreen: false,
151
- floatingButton: false,
+ floatingButton: true,
152
liveAutoCompletion: true,
153
localWordCompletion: true,
154
languageCompletion: true,
@@ -190,7 +190,7 @@ class Settings {
190
useTextareaForIME: false,
191
touchMoveThreshold: Math.round((1 / devicePixelRatio) * 10) / 20,
192
quicktoolsItems: [
193
- 2, 1, 34, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 33, 21, 20,
+ 2, 1, 5, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 33, 21, 20,
194
16, 19, 17, 23, 24, 25, 26, 27, 28, 29, 30, 31,
195
],
196
excludeFolders: this.#excludeFolders,
0 commit comments