1
0
Fork 0
mirror of synced 2024-06-15 00:45:29 +12:00

Remove console window in Windows

This commit is contained in:
Rafał Mikrut 2020-12-13 16:34:01 +01:00
parent 7148abb8be
commit c6b31497a9

View file

@ -1,3 +1,6 @@
// Remove console window in Windows OS
#![windows_subsystem = "windows"]
mod connect_button_delete;
mod connect_button_save;
mod connect_button_search;