We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7148abb commit ff353c7Copy full SHA for ff353c7
czkawka_gui/src/main.rs
@@ -1,3 +1,6 @@
1
+// Remove console window in Windows OS
2
+#![windows_subsystem = "windows"]
3
+
4
mod connect_button_delete;
5
mod connect_button_save;
6
mod connect_button_search;
0 commit comments