Ver código fonte

Added comment

flabbet 5 anos atrás
pai
commit
c43b0e8d20
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      PixiEditor/ViewModels/ViewModelMain.cs

+ 1 - 1
PixiEditor/ViewModels/ViewModelMain.cs

@@ -345,7 +345,7 @@ namespace PixiEditor.ViewModels
                 {
                     VersionText = "Downloading update...";
                     await UpdateDownloader.DownloadReleaseZip(UpdateChecker.LatestReleaseInfo);
-                    VersionText = "to install update";
+                    VersionText = "to install update"; //Button shows "Restart" before this text
                     UpdateReadyToInstall = true;
                     return true;
                 }