V3.15 iterim BR changes
This commit is contained in:
@@ -64,7 +64,7 @@ namespace AiQ_GUI
|
||||
{
|
||||
StartAsAdmin(ExeLoc);
|
||||
}
|
||||
else if (runAsAdmin)
|
||||
else if (Properties.Settings.Default.FirstRun && runAsAdmin)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -86,6 +86,8 @@ namespace AiQ_GUI
|
||||
|
||||
Properties.Settings.Default.FirstRun = false;
|
||||
Properties.Settings.Default.Save();
|
||||
|
||||
Application.Restart(); // Restart to not be in admin mode
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user