From 87e84dec5c7170cf405712e179e439a80b8dec26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 4 Mar 2023 13:29:30 +0100 Subject: [PATCH] change config file location --- src/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 67756e2..d42fa2e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -99,7 +99,8 @@ void MainWindow::cleanTrayIcon() { } void MainWindow::setupSettings() { - m_settings = new QSettings("maltejur", "discord-screenaudio", this); + m_settings = + new QSettings("discord-screenaudio", "discord-screenaudio", this); m_settings->beginGroup("settings"); m_settings->endGroup(); }