diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-24 21:50:04 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-24 21:50:04 -0400 |
commit | bbb523a3b6b204e4f127f45dc151165086eb970c (patch) | |
tree | 7995217161b11770346efea51456442486329b53 /src-qt5/core-utils/lumina-config/main.cpp | |
parent | Get the new theme page all setup and functional. (diff) | |
download | lumina-bbb523a3b6b204e4f127f45dc151165086eb970c.tar.gz lumina-bbb523a3b6b204e4f127f45dc151165086eb970c.tar.bz2 lumina-bbb523a3b6b204e4f127f45dc151165086eb970c.zip |
Switch back to the old UI for now (new one still not finished yet).
Also have the monitor selection on the new UI hidden if there is only one monitor available.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/main.cpp')
-rw-r--r-- | src-qt5/core-utils/lumina-config/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core-utils/lumina-config/main.cpp b/src-qt5/core-utils/lumina-config/main.cpp index 20d517b2..a63e0fbe 100644 --- a/src-qt5/core-utils/lumina-config/main.cpp +++ b/src-qt5/core-utils/lumina-config/main.cpp @@ -19,8 +19,8 @@ int main(int argc, char ** argv) LuminaThemeEngine theme(&a); - //MainUI w; - mainWindow w; + MainUI w; + //mainWindow w; QObject::connect(&a, SIGNAL(InputsAvailable(QStringList)), &w, SLOT(slotSingleInstance()) ); QObject::connect(&theme, SIGNAL(updateIcons()), &w, SLOT(setupIcons()) ); w.show(); |