mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-05 01:44:22 +03:00
Merge branch '1663_save_panels_state'
* 1663_save_panels_state: Ticket #1663: Panels state saves and restores despite disabled 'Auto save setup'
This commit is contained in:
commit
dedb6a9a44
@ -332,6 +332,9 @@ save_panel_types (void)
|
||||
{
|
||||
int type;
|
||||
|
||||
if (! mc_config_get_int(mc_main_config,CONFIG_APP_SECTION,"auto_save_setup_panels",auto_save_setup))
|
||||
return;
|
||||
|
||||
type = get_display_type (0);
|
||||
panel_save_type ("New Left Panel", type);
|
||||
if (type == view_listing)
|
||||
|
Loading…
x
Reference in New Issue
Block a user