Skip to content

Commit

Permalink
Merge pull request #101 from nekrondev/fix/disable-win-console
Browse files Browse the repository at this point in the history
fix: disable console window for Windows GUI application
  • Loading branch information
miek authored Jun 14, 2024
2 parents 6276d8a + 320892a commit cb981c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]

use gtk::prelude::*;
use gtk::gio::ApplicationFlags;

Expand Down

0 comments on commit cb981c6

Please sign in to comment.