overlay and calibration
This commit is contained in:
parent
3062993f7c
commit
3456e0d62a
24 changed files with 1193 additions and 439 deletions
|
|
@ -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; } = [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue