delete print

This commit is contained in:
Piyush मिश्रः 2021-01-18 16:07:58 +05:30
parent c08887bb68
commit 104bbbc25d
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ pub fn build_ui(app: &gtk::Application, config: Arc::<Mutex::<Config>>) {
about_window.connect_delete_event(|a,_| {
a.hide();
println!("Hah phirse");
Inhibit(true)
});