mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
folder chooser hide
This commit is contained in:
parent
71edab62f1
commit
cec2d850d7
@ -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();
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user