You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ROWProperty="ARPCOMMENTS"Value="The software that lets you control your computer using your assistants (Amazon Alexa or Google Assistant)"ValueLocId="*"/>
29
+
<ROWProperty="ARPCOMMENTS"Value="The software that lets you control your computer using your personal assistants (Amazon Alexa or Google Assistant)"ValueLocId="*"/>
MainProgram.DoDebug("Index "+pos.ToString()+" exceeds 'TotalActionsExecuted' property, which has length; "+Properties.Settings.Default.TotalActionsExecuted.Length.ToString());
157
162
}
158
-
Properties.Settings.Default.Save();
159
163
}else{
160
164
MainProgram.DoDebug("Could not find action \""+action+"\" in action-array (analytics)");
161
165
}
@@ -229,7 +233,7 @@ public static string SendAnalyticsData() {
//Dropbox not found & no custom filepath, go through setup again?
483
+
hasAskedForSetupAgain=true;
480
484
varmsgBox=MessageBox.Show("Dropbox (required) doesn't seem to be installed... Do you want to go through the setup guide again?","[ERROR] No folder specified | "+messageBoxTitle,MessageBoxButtons.YesNo);
481
485
if(msgBox==DialogResult.Yes){
482
486
ShowGettingStarted();
@@ -505,7 +509,7 @@ public static void DoDebug(string str) {
505
509
Console.WriteLine(str);
506
510
}
507
511
}catch(Exceptione){
508
-
Console.WriteLine("Failed to write to log, exception; "+e);
512
+
Console.WriteLine("Failed to write to log, exception");
0 commit comments