mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
commit
af515c5f62
@ -27,6 +27,7 @@
|
||||
#include "infosystem/InfoSystemWorker.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/TomahawkUtils.h"
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
#include "Album.h"
|
||||
#include "Artist.h"
|
||||
#include "GlobalActionManager.h"
|
||||
@ -107,7 +108,7 @@ MprisPlugin::canQuit() const
|
||||
bool
|
||||
MprisPlugin::canRaise() const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@ -151,6 +152,7 @@ MprisPlugin::supportedMimeTypes() const
|
||||
void
|
||||
MprisPlugin::Raise()
|
||||
{
|
||||
TomahawkUtils::bringToFront();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user