ada-pc: 2026-06-08 23:26:46 | 2

Affected files:
.obsidian/appearance.json
.obsidian/plugins/obsidian-git/data.json
This commit is contained in:
Dmitry
2026-06-08 23:26:46 +03:00
parent 99be85cd54
commit daa8cab29d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,6 +11,6 @@
"baseFontSize": 16, "baseFontSize": 16,
"monospaceFontFamily": "FiraCode Nerd Font", "monospaceFontFamily": "FiraCode Nerd Font",
"nativeMenus": false, "nativeMenus": false,
"showRibbon": false, "showRibbon": true,
"showViewHeader": false "showViewHeader": false
} }
+5 -5
View File
@@ -6,17 +6,17 @@
"autoSaveInterval": 5, "autoSaveInterval": 5,
"autoPushInterval": 5, "autoPushInterval": 5,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": true,
"autoCommitOnlyStaged": false, "autoCommitOnlyStaged": false,
"disablePush": false, "disablePush": false,
"pullBeforePush": false, "pullBeforePush": true,
"disablePopups": false, "disablePopups": false,
"showErrorNotices": true, "showErrorNotices": true,
"disablePopupsForNoChanges": false, "disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false, "listChangedFilesInMessageBody": true,
"showStatusBar": true, "showStatusBar": true,
"updateSubmodules": false, "updateSubmodules": false,
"syncMethod": "reset", "syncMethod": "merge",
"mergeStrategy": "none", "mergeStrategy": "none",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": false,
@@ -28,7 +28,7 @@
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false, "setLastSaveToLastCommit": true,
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": false,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,