Skip to content

Commit 01e22c7

Browse files
committed
Rename save labels and sync ignore files with Aegis
1 parent e1b3d5e commit 01e22c7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33
*~
44
._*
5+
~*
56
.thumbs
67
.Thumbs
78

@@ -25,4 +26,7 @@ cache
2526
src
2627
build
2728
release
28-
*.log
29+
*.log
30+
.conf
31+
.ftpconfig
32+
.sftpconfig

dist/js/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ monogatari.settings({
2727
'MenuMusic': '',
2828

2929
// Prefix for the Save Slots in Local Storage.
30-
'SaveLabel': 'Save_',
31-
'AutoSaveLabel': 'AutoSave_',
30+
'SaveLabel': 'Save',
31+
'AutoSaveLabel': 'AutoSave',
3232

3333
// Turn main menu on/off; Default: true *
3434
'ShowMenu': true,

0 commit comments

Comments
 (0)