delete print
This commit is contained in:
parent
c08887bb68
commit
104bbbc25d
|
|
@ -77,7 +77,6 @@ pub fn build_ui(app: >k::Application, config: Arc::<Mutex::<Config>>) {
|
|||
|
||||
about_window.connect_delete_event(|a,_| {
|
||||
a.hide();
|
||||
println!("Hah phirse");
|
||||
Inhibit(true)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue