mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
deactivate save_as action for file browser tabs
This commit is contained in:
parent
fb9ef36893
commit
4c0200799b
4 changed files with 14 additions and 0 deletions
|
|
@ -33,5 +33,6 @@ impl Directory {
|
|||
);
|
||||
page.set_title(&self.file.parse_name());
|
||||
page.window_action.find.simple_action.set_enabled(false);
|
||||
page.window_action.save_as.simple_action.set_enabled(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue