forked from suyu/suyu
Probably shouldn't hardcode that
This commit is contained in:
parent
c9bb915949
commit
0d6afb21d3
1 changed files with 3 additions and 3 deletions
|
@ -336,9 +336,9 @@ void AppletManager::SetWindowSystem(WindowSystem* window_system) {
|
|||
applet->process->Run();
|
||||
}
|
||||
|
||||
void AppletManager::TrackApplet(std::shared_ptr<Applet> applet, bool is_application) {
|
||||
m_window_system->TrackApplet(applet, true);
|
||||
void AppletManager::TrackApplet(std::shared_ptr<Applet> applet, bool is_application) {
|
||||
m_window_system->TrackApplet(applet, false);
|
||||
m_window_system->RequestApplicationToGetForeground();
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Service::AM
|
||||
|
|
Loading…
Reference in a new issue