Skip to content

Commit ff353c7

Browse files
authored
Remove console window in Windows (#116)
1 parent 7148abb commit ff353c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

czkawka_gui/src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Remove console window in Windows OS
2+
#![windows_subsystem = "windows"]
3+
14
mod connect_button_delete;
25
mod connect_button_save;
36
mod connect_button_search;

0 commit comments

Comments
 (0)