Skip to content

Commit

Permalink
Remove unneeded take from systray
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra authored and mgallien committed Dec 20, 2024
1 parent d66e5bf commit 00b616b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/systray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ void Systray::createResolveConflictsDialog(const OCC::ActivityList &allConflicts
dialogWindow->show();
dialogWindow->raise();
dialogWindow->requestActivate();
dialog.take();
}

bool Systray::raiseDialogs()
Expand Down

0 comments on commit 00b616b

Please sign in to comment.