reflected the recent standard changes in the doc

This commit is contained in:
Luxferre
2024-11-01 07:47:58 +02:00
parent 374be3b9af
commit 2f04542cf6
4 changed files with 23 additions and 15 deletions
+4
View File
@@ -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]
}