1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Save 'Open Archives as Folders' setting

This got lost in 489b56b68b

BUG: 474500
This commit is contained in:
Nicolas Fella 2024-03-16 15:23:11 +01:00
parent 6e95d2b985
commit d7c1799057

View File

@ -116,6 +116,7 @@ void GeneralViewSettingsPage::applySettings()
settings->setRenameInline(m_renameInline->isChecked());
settings->setHideXTrashFile(m_hideXtrashFiles->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.