mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Quick fix
This commit is contained in:
parent
e9677ccb2f
commit
c627bc3c1a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace FirstPlugin
|
|||
bool useMuunt = true;
|
||||
|
||||
bool IsXML => xmlToolstrip.Checked;
|
||||
bool IsOldXML => xmlToolstrip.Checked;
|
||||
bool IsOldXML => xmlOldToolstrip.Checked;
|
||||
|
||||
private TextEditor textEditor;
|
||||
private STToolStipMenuItem xmlToolstrip;
|
||||
|
|
Loading…
Add table
Reference in a new issue