File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1246,6 +1246,16 @@ proc usage {} {
12461246 exit 0
12471247}
12481248
1249+ # Loading the settings from the file.
1250+ # This overrides the default settings above.
1251+ readIni
1252+ if {$::ratio == 0} {
1253+ hideListview false
1254+ }
1255+ if {$::workmode == " watchhal" } {
1256+ $::nb raise pw
1257+ }
1258+
12491259if {[llength $::argv] > 0} {
12501260 set idx 0
12511261 while {$idx < [llength $::argv]} {
@@ -1278,15 +1288,6 @@ if {[llength $::argv] > 0} {
12781288 }
12791289}
12801290
1281- # Loading the settings from the file.
1282- # This overrides the default settings above.
1283- readIni
1284- if {$::ratio == 0} {
1285- hideListview false
1286- }
1287- if {$::workmode == " watchhal" } {
1288- $::nb raise pw
1289- }
12901291wm attributes . -topmost $::alwaysOnTop
12911292tkwait visibility .
12921293set ::initPhase false
You can’t perform that action at this time.
0 commit comments