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
Copy file name to clipboardExpand all lines: OpenBCI_GUI/OpenBCI_GUI.pde
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -379,10 +379,8 @@ void setup() {
379
379
return; // early exit
380
380
}
381
381
382
-
if (!isAdminUser()) {
383
-
if (isElevationNeeded()) {
384
-
println("OpenBCI_GUI: This application is not being run with Administrator access. This could limit the ability to connect to devices or read/write files.");
385
-
}
382
+
if (!isAdminUser() || isElevationNeeded()) {
383
+
println("OpenBCI_GUI: This application is not being run with Administrator access. This could limit the ability to connect to devices or read/write files.");
0 commit comments