summaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-01-20 19:45:19 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-01-20 19:45:19 -0500
commit15457c49fea25a0347b0368d0707090ba5cf8c3f (patch)
treeaf82eeb5b241d8e8623614d450159a82c66a43d9 /src/windows
parentd1f6e1daa99e70ab3a9d583a0de286c97ab13413 (diff)
downloadabaddon-portaudio-15457c49fea25a0347b0368d0707090ba5cf8c3f.tar.gz
abaddon-portaudio-15457c49fea25a0347b0368d0707090ba5cf8c3f.zip
make classic channels a setting
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/windows/mainwindow.cpp b/src/windows/mainwindow.cpp
index e814051..ee28d17 100644
--- a/src/windows/mainwindow.cpp
+++ b/src/windows/mainwindow.cpp
@@ -36,8 +36,7 @@ MainWindow::MainWindow()
});
#endif
- // TEMP TEMP TEMP TEMP!!!!!!!!!!!! AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
- m_channel_list.SetClassic(true);
+ m_channel_list.SetClassic(Abaddon::Get().GetSettings().ClassicChannels);
m_channel_list.set_vexpand(true);
m_channel_list.set_size_request(-1, -1);
m_channel_list.show();