mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
FileManager: Small improvements to PropertyDialog's apply button logic
The apply button used to be enabled directly after opening the dialog. Changes in the permissions now enable/disable the apply button as well.
This commit is contained in:
parent
072e6a6405
commit
5bd0015583
Notes:
sideshowbarker
2024-07-19 05:33:36 +09:00
Author: https://github.com/tlmrgvf
Commit: 5bd0015583
Pull-request: https://github.com/SerenityOS/serenity/pull/2583
2 changed files with 7 additions and 4 deletions
|
@ -91,6 +91,7 @@ private:
|
|||
String m_name;
|
||||
String m_path;
|
||||
mode_t m_mode;
|
||||
mode_t m_old_mode;
|
||||
bool m_permissions_dirty { false };
|
||||
bool m_name_dirty { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue