fix(method): after add v4_12 feature use .set_visible() method instead .show()/.hide()
This commit is contained in:
@@ -59,5 +59,5 @@ pub fn ui(application: &adw::Application) {
|
||||
.child(&application_box)
|
||||
.build();
|
||||
|
||||
window.show();
|
||||
window.present();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user