File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,6 @@ initilizeMicMute(default_profile:="", exportConfig:=1){
188
188
if (exportConfig)
189
189
config_obj.exportConfig()
190
190
191
- ; enable linked apps timer
192
- SetTimer , checkLinkedApps, % watched_profiles.Length()? 3000 : " Off"
193
- ; enable checkConfigDiff timer
194
- setTimer , checkConfigDiff, 3000
195
-
196
191
; update theme variables
197
192
updateSysTheme()
198
193
if (config_obj.AllowUpdateChecker==- 1 ){
@@ -213,6 +208,11 @@ initilizeMicMute(default_profile:="", exportConfig:=1){
213
208
; switch to the default profile
214
209
switchProfile(default_profile)
215
210
211
+ ; enable linked apps timer
212
+ SetTimer , checkLinkedApps, % watched_profiles.Length()? 3000 : " Off"
213
+ ; enable checkConfigDiff timer
214
+ setTimer , checkConfigDiff, 3000
215
+
216
216
if (auraServiceEnabled)
217
217
SetTimer , initAuraService, - 20
218
218
}
You can’t perform that action at this time.
0 commit comments