0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-08-03 01:46:33 +03:00

view pages

This commit is contained in:
bird_egop
2024-11-19 03:07:58 +03:00
parent a7b653f0b7
commit dd2fce984c
2 changed files with 78 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using Silk.NET.OpenGL;
using System.Numerics;
using Silk.NET.OpenGL;
using TexmLib;
namespace NResUI.Models;
@@ -18,6 +19,7 @@ public class TexmExplorerViewModel
public bool IsBlackBgEnabled;
public bool DoubleSize;
public bool ViewPages;
public void SetParseResult(TexmParseResult result, string path)
{