Fix Show Hidden Files

This commit is contained in:
CaelusV 2024-12-08 08:57:49 +01:00
parent 2fa8e6adc4
commit bc147f4885

View file

@ -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