summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-02-09 15:43:17 +0100
committerGitHub <noreply@github.com>2021-02-09 15:43:17 +0100
commitcb704006a5ba3de2ac6209512bb0b196eb2c6f24 (patch)
tree67241aa974024e5527c324e450fa6264ddca81dc /src/ChatPage.cpp
parentNative rendering breaks kerning (diff)
parentmake lint (diff)
downloadnheko-cb704006a5ba3de2ac6209512bb0b196eb2c6f24.tar.xz
Merge pull request #465 from trilene/call-devices
Add Duplex call devices
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index d8907740..6d67e6f2 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -449,10 +449,9 @@ ChatPage::deleteConfigs() { QSettings settings; - if (UserSettings::instance()->profile() != "") - { - settings.beginGroup("profile"); - settings.beginGroup(UserSettings::instance()->profile()); + if (UserSettings::instance()->profile() != "") { + settings.beginGroup("profile"); + settings.beginGroup(UserSettings::instance()->profile()); } settings.beginGroup("auth"); settings.remove("");