overlay and calibration

This commit is contained in:
Boki 2026-02-19 20:00:23 -05:00
parent 3062993f7c
commit 3456e0d62a
24 changed files with 1193 additions and 439 deletions

View file

@ -8,6 +8,7 @@ public class StashTabInfo
public int ClickY { get; set; }
public bool IsFolder { get; set; }
public int GridCols { get; set; } = 12;
public bool Enabled { get; set; } = true;
public List<StashTabInfo> SubTabs { get; set; } = [];
}