We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cebd5f commit cfdc839Copy full SHA for cfdc839
src/app.rs
@@ -297,7 +297,7 @@ impl eframe::App for PlistOxide {
297
.clicked()
298
{
299
self.open_file();
300
- ui.close_menu();
+ ui.close();
301
}
302
303
if ui
@@ -308,7 +308,7 @@ impl eframe::App for PlistOxide {
308
309
310
self.save_file(ctx);
311
312
313
});
314
0 commit comments