flabbet пре 5 година
родитељ
комит
c43b0e8d20
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
                 }