From cec2d850d7010bce96fc088911c60da5ea4d7d07 Mon Sep 17 00:00:00 2001 From: ochibani <11yzyv86j@relay.firefox.com> Date: Thu, 20 Oct 2022 01:10:10 +0200 Subject: [PATCH] folder chooser hide --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 25f6b89..3cfbe1a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -319,7 +319,7 @@ pub fn build_ui(application: &Application) { let folder_chooser_icon = config_management::folder_icon(folder_chooser_name.to_str()); folder_chooser_image.set_icon_name(Some(folder_chooser_icon)); }; - folder_chooser_native.destroy(); + folder_chooser_native.hide(); })); folder_chooser_native.show(); }));