mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
(qt) fix bug that corrupted the main-window-layout-order key in prefs. Reported by Rolcol
This commit is contained in:
@@ -49,7 +49,7 @@ Prefs::PrefItem Prefs::myItems[] =
|
||||
{ TOOLBAR, "show-toolbar" , QVariant::Bool },
|
||||
{ BLOCKLIST_DATE, "blocklist-date", QVariant::DateTime },
|
||||
{ BLOCKLIST_UPDATES_ENABLED, "blocklist-updates-enabled" , QVariant::Bool },
|
||||
{ MAIN_WINDOW_LAYOUT_ORDER, "main-window-layout-order", QVariant::Int },
|
||||
{ MAIN_WINDOW_LAYOUT_ORDER, "main-window-layout-order", QVariant::String },
|
||||
{ MAIN_WINDOW_HEIGHT, "main-window-height", QVariant::Int },
|
||||
{ MAIN_WINDOW_WIDTH, "main-window-width", QVariant::Int },
|
||||
{ MAIN_WINDOW_X, "main-window-x", QVariant::Int },
|
||||
|
||||
Reference in New Issue
Block a user