and this is where problems begin

This commit is contained in:
4sval
2023-06-14 21:39:27 +02:00
parent a184a258ab
commit 011046aa22
20 changed files with 333 additions and 557 deletions

View File

@@ -229,7 +229,7 @@ public class TabItem : ViewModel
}
public void AddImage(UTexture texture, bool save, bool updateUi)
=> AddImage(texture.Name, texture.RenderNearestNeighbor, texture.Decode(UserSettings.Default.OverridedPlatform), save, updateUi);
=> AddImage(texture.Name, texture.RenderNearestNeighbor, texture.Decode(UserSettings.Default.CurrentDir.TexturePlatform), save, updateUi);
public void AddImage(string name, bool rnn, SKBitmap[] img, bool save, bool updateUi)
{