Skip to content

Commit

Permalink
Save 'Open Archives as Folders' setting
Browse files Browse the repository at this point in the history
This got lost in 489b56b

BUG: 474500
(cherry picked from commit d7c1799)
  • Loading branch information
nicolasfella committed Mar 16, 2024
1 parent 9677890 commit 8e45765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings/viewmodes/generalviewsettingspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void GeneralViewSettingsPage::applySettings()
settings->setShowSelectionToggle(m_showSelectionToggle->isChecked());
settings->setRenameInline(m_renameInline->isChecked());
settings->setAutoExpandFolders(m_autoExpandFolders->isChecked());
settings->setBrowseThroughArchives(m_openArchivesAsFolder->isChecked());
settings->save();
if (useGlobalViewProps) {
// Remember the global view properties by applying the current view properties.
Expand Down

0 comments on commit 8e45765

Please sign in to comment.