added option to disable tray, closes #2612

This commit is contained in:
zadam
2022-11-18 21:47:14 +01:00
parent 1a95e459eb
commit 02d908df1e
9 changed files with 45 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ export default class SyncOptions {
'syncProxy': this.$syncProxy.val()
};
server.put('options', opts).then(() => toastService.showMessage("Options changed have been saved."));
server.put('options', opts).then(() => toastService.showMessage("Options change have been saved."));
return false;
}