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
@@ -163,11 +165,11 @@ local function ExeUpdate(prog_tbl)
163
165
prog.first_run=false
164
166
end
165
167
ifdt.preferences.read(mod, 'bin_exists', 'bool') then
166
-
GUI.stack.active=1
167
-
dt.print('update successful')
168
-
else
169
-
dt.print('update unsuccessful, please try again')
170
-
end
168
+
GUI.stack.active=1
169
+
dt.print('update successful')
170
+
else
171
+
dt.print('update unsuccessful, please try again')
172
+
end
171
173
end
172
174
173
175
localfunctionUpdateActivePreference() --sliders & entry boxes do not have a click/changed callback, so their values must be saved to the active preference
0 commit comments