apparently this prevents a terminal window from popping up when running on windows
This commit is contained in:
parent
b8eb801e49
commit
31deb7929e
|
@ -1,3 +1,5 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
|
||||
use gio::prelude::*;
|
||||
use gtk::prelude::*;
|
||||
use gtk::Orientation;
|
||||
|
|
Loading…
Reference in New Issue