Browse Source

Added comment

flabbet 4 years ago
parent
commit
c43b0e8d20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/ViewModels/ViewModelMain.cs

+ 1 - 1
PixiEditor/ViewModels/ViewModelMain.cs

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