mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed incorrect resetting of VS settings
This commit is contained in:
parent
e94108a92d
commit
069960ad71
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace IDE.ui
|
|||
AddCategoryItem(root, "Debugger");
|
||||
AddCategoryItem(root, "Visual Studio");
|
||||
|
||||
if (gApp.mSettings.mVSSettings.IsConfigured())
|
||||
if (!gApp.mSettings.mVSSettings.IsConfigured())
|
||||
gApp.mSettings.mVSSettings.SetDefaults();
|
||||
if (gApp.mSettings.mVSSettings.IsConfigured())
|
||||
mHideVSHelper = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue