mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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
|
|
@ -166,6 +166,10 @@ impl Navigation {
|
|||
pub fn home(&self) -> Option<Uri> {
|
||||
self.request.home()
|
||||
}
|
||||
|
||||
pub fn is_file(&self) -> bool {
|
||||
self.request.is_file()
|
||||
}
|
||||
}
|
||||
|
||||
// Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue