Diff
Differences From Artifact [2f8e9d09d8]:
- File config.py — part of check-in [6fab0e7170] at 2015-04-03 20:43:42 on branch trunk — Made channel tabs reorderable. Now kept in config/window.json as `tab_order` and current page saved as `tab_current` instead of pageno. Disabled progressbar changes for ahttp, made search_server search run in a thread so status can be shown. (user: mario, size: 13459) [annotate] [blame] [check-ins using]
To Artifact [81150f5776]:
- File config.py — part of check-in [ad852f14fe] at 2015-04-03 20:46:47 on branch trunk — Removed Gtk `theme` configuration options. (Didn't work anymore.) -- Addendum: If anyone has been using this, please drop me a line; it could become a plugin now.. (user: mario, size: 13420) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
136 137 138 139 140 141 142 |
self.max_streams = "500"
self.show_bookmarks = 1
self.show_favicons = 1
self.load_favicon = 1
self.heuristic_bookmark_update = 0
self.retain_deleted = 0
self.auto_save_appstate = 1
| < | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
self.max_streams = "500"
self.show_bookmarks = 1
self.show_favicons = 1
self.load_favicon = 1
self.heuristic_bookmark_update = 0
self.retain_deleted = 0
self.auto_save_appstate = 1
self.reuse_m3u = 1
self.google_homepage = 0
self.windows = platform.system()=="Windows"
self.pyquery = 1
self.debug = 0
|
| ︙ | ︙ |