We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b3d5e commit 01e22c7Copy full SHA for 01e22c7
2 files changed
.gitignore
@@ -2,6 +2,7 @@
2
.DS_Store
3
*~
4
._*
5
+~*
6
.thumbs
7
.Thumbs
8
@@ -25,4 +26,7 @@ cache
25
26
src
27
build
28
release
-*.log
29
+*.log
30
+.conf
31
+.ftpconfig
32
+.sftpconfig
dist/js/options.js
@@ -27,8 +27,8 @@ monogatari.settings({
'MenuMusic': '',
// Prefix for the Save Slots in Local Storage.
- 'SaveLabel': 'Save_',
- 'AutoSaveLabel': 'AutoSave_',
+ 'SaveLabel': 'Save',
+ 'AutoSaveLabel': 'AutoSave',
33
// Turn main menu on/off; Default: true *
34
'ShowMenu': true,
0 commit comments