mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
parent
92fd86901d
commit
a91848c148
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "PropertiesWindow.h"
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <AK/NumberFormat.h>
|
||||
#include <Applications/FileManager/DirectoryView.h>
|
||||
#include <Applications/FileManager/PropertiesWindowGeneralTabGML.h>
|
||||
#include <LibDesktop/Launcher.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
|
@ -218,6 +219,9 @@ bool PropertiesWindow::apply_changes()
|
|||
m_permissions_dirty = false;
|
||||
}
|
||||
|
||||
auto directory_view = parent()->find_descendant_of_type_named<FileManager::DirectoryView>("directory_view");
|
||||
directory_view->refresh();
|
||||
|
||||
update();
|
||||
m_apply_button->set_enabled(false);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue