mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 03:27:16 +02:00
Disable force debug win
This commit is contained in:
@@ -52,8 +52,7 @@ Preferences::Preferences( QObject *parent ) : QObject( parent )
|
||||
m_start_minimized = false;
|
||||
m_minimize_on_close = true;
|
||||
|
||||
// m_debug = false;
|
||||
m_debug = true;
|
||||
m_debug = false;
|
||||
|
||||
m_version_major = QLatin1String( APP_VERSION_MAJOR );
|
||||
m_version_minor = QLatin1String( APP_VERSION_MINOR );
|
||||
|
||||
Reference in New Issue
Block a user