mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-25 19:30:02 +00:00
adjusted to only open one window for the launcher
This commit is contained in:
committed by
borgmanJeremy
parent
2722899a46
commit
7715bdeb29
@@ -188,8 +188,10 @@ Controller::openInfoWindow()
|
||||
void
|
||||
Controller::openLauncherWindow()
|
||||
{
|
||||
CaptureLauncher* w = new CaptureLauncher();
|
||||
w->show();
|
||||
if (!m_launcherWindow) {
|
||||
m_launcherWindow = new CaptureLauncher();
|
||||
}
|
||||
m_launcherWindow->show();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user