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