mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Reactivate settings-dialog if it already exists.
This commit is contained in:
@@ -1035,7 +1035,10 @@ void
|
||||
TomahawkWindow::showSettingsDialog()
|
||||
{
|
||||
if ( m_settingsDialog )
|
||||
{
|
||||
m_settingsDialog->show();
|
||||
return;
|
||||
}
|
||||
|
||||
m_settingsDialog = new SettingsDialog;
|
||||
// This needs to be a QueuedConnection, so that deleteLater() actually works.
|
||||
|
Reference in New Issue
Block a user