summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e511c09..b37e73c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -327,7 +327,6 @@ int main(int argc, char *argv[]) {
QPoint center = desktopRect.center();
w.move(center.x() - w.width() * 0.5, center.y() - w.height() * 0.5);
a.setActiveWindow(&w);
- w.lower();
return a.exec();
}