mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Assure that the general settings are refreshed
This fixes issues where Dolphin must get restarted after changing a general setting. BUG: 289131 FIXED-IN: 4.8.0
This commit is contained in:
parent
d9222cd1ce
commit
f640e48bbe
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ void DolphinView::stopLoading()
|
|||
|
||||
void DolphinView::refresh()
|
||||
{
|
||||
GeneralSettings::self()->readConfig();
|
||||
m_container->refresh();
|
||||
applyViewProperties();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue