diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index dfdb1a6..f5f8441 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,8 +86,6 @@ int main(int argc, char *argv[]) MainWindow* win = new MainWindow(); Global::bnpView->handleCommandLine(); app.setMainWidget(win); -// if (!(Settings::useSystray() && TDECmdLineArgs::parsedArgs() && TDECmdLineArgs::parsedArgs()->isSet("start-hidden"))) -// win->show(); if (Settings::useSystray()) { // The user wanted to not show the window (but it is already hidden by default, so we do nothing): |