Fix an issue where yuo cant enable using content manager again

This commit is contained in:
Li 2024-01-11 19:52:35 +13:00
parent fb8c379751
commit 97c5959caf
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ namespace ChovySign_GUI.Settings
else
IsToggled = false;
}
else{
IsToggled = true;
}
}