reflected the recent standard changes in the doc
This commit is contained in:
@@ -29,6 +29,7 @@ set tiix_linkcolor blue
|
||||
set useragent ""
|
||||
set proxyhost ""
|
||||
set proxyport 0
|
||||
set net_timeout 5000
|
||||
set cfgfile [file join $appdir "config.txt"]
|
||||
if {[file exists $cfgfile]} {
|
||||
set cfg [readfile $cfgfile]
|
||||
@@ -44,6 +45,9 @@ if {[file exists $cfgfile]} {
|
||||
set proxyport [dict get $cfg proxyport]
|
||||
::http::config -proxyport $proxyport
|
||||
}
|
||||
if {[dict exists $cfg net_timeout]} {
|
||||
set net_timeout [dict get $cfg net_timeout]
|
||||
}
|
||||
if {[dict exists $cfg tiix_font]} {
|
||||
set tiix_font [dict get $cfg tiix_font]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user