mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
Change param name from 'Layout.progressbar_always_left2right' to 'Layout.classic_progressbar'
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
e1d1e9254d
commit
02ae5b904e
@ -342,7 +342,7 @@ file_op_context_create_ui_without_init (FileOpContext *ctx, gboolean with_eta, f
|
||||
|
||||
if ((right_panel == current_panel)
|
||||
&& !mc_config_get_bool (mc_main_config,"Layout",
|
||||
"progressbar_always_left2right", TRUE)) {
|
||||
"classic_progressbar", TRUE)) {
|
||||
ui->progress_file_gauge->from_left_to_right = FALSE;
|
||||
if (dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
|
||||
ui->progress_total_gauge->from_left_to_right = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user