1
0
Fork 0
mirror of synced 2024-05-05 21:13:41 +12:00

Remove console window in Windows (#116)

This commit is contained in:
Rafał Mikrut 2020-12-13 16:35:27 +01:00 committed by GitHub
parent 7148abb8be
commit ff353c7014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;