Fix Show Hidden Files
This commit is contained in:
parent
2fa8e6adc4
commit
bc147f4885
1 changed files with 2 additions and 0 deletions
|
|
@ -2258,8 +2258,10 @@ impl Tab {
|
|||
Message::Config(config) => {
|
||||
// View is preserved for existing tabs
|
||||
let view = self.config.view;
|
||||
let show_hidden = self.config.show_hidden;
|
||||
self.config = config;
|
||||
self.config.view = view;
|
||||
self.config.show_hidden = show_hidden;
|
||||
}
|
||||
Message::ContextAction(action) => {
|
||||
// Close context menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue