Explorar el Código

Added comment

flabbet hace 5 años
padre
commit
c43b0e8d20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                 }