Krzysztof Krysiński 2 лет назад
Родитель
Сommit
1d38771ba3

+ 1 - 0
src/PixiEditor.Platform.Steam/SteamAdditionalContentProvider.cs

@@ -11,6 +11,7 @@ public sealed class SteamAdditionalContentProvider : IAdditionalContentProvider
 
 
     public bool IsContentInstalled(AdditionalContentProduct product)
     public bool IsContentInstalled(AdditionalContentProduct product)
     {
     {
+        if(!SteamAPI.IsSteamRunning()) return false;
         if(!PlatformHasContent(product)) return false;
         if(!PlatformHasContent(product)) return false;
 
 
         AppId_t appId = productIds[product];
         AppId_t appId = productIds[product];

+ 2 - 2
src/PixiEditor/Properties/AssemblyInfo.cs

@@ -50,5 +50,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.2.1.1")]
-[assembly: AssemblyFileVersion("1.2.1.1")]
+[assembly: AssemblyVersion("1.2.1.2")]
+[assembly: AssemblyFileVersion("1.2.1.2")]