From 96eec2ca50c68c7dd8f4d3dd25426c6bd3045836 Mon Sep 17 00:00:00 2001 From: amkillam <116528597+amkillam@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:46:52 +0000 Subject: [PATCH] Deals with WIndows terminal staying open behind UI screen at all times --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7e56e4a..b5e59dc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2022 Emmanuele Bassi // SPDX-License-Identifier: GPL-3.0-or-later - +#![windows_subsystem = "windows"] mod application; mod audio; mod config;