docs: update README with important notices and instructions for building executables, disable auto updates

This commit is contained in:
kitbyte
2026-06-28 12:58:43 +03:00
parent c007e11cce
commit b0279ee812
4 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ namespace WandEnhancer.View.MainWindow
SetFolderPathCommand = new RelayCommand(OnFolderPathSelection);
ApplyPatchCommand = new RelayCommand(OnPatching);
RestoreBackupCommand = new RelayCommand(OnBackupRestoring);
UpdateCommand = new RelayCommand(OnUpdate);
/*UpdateCommand = new RelayCommand(OnUpdate);*/
OpenSettingsCommand = new RelayCommand(OnOpenSettings);
CopyLogsCommand = new RelayCommand(OnCopyLogs);
ExportLogsCommand = new RelayCommand(OnExportLogs);