mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 14:52:45 +01:00
Probably shouldn't hardcode that
This commit is contained in:
parent
c9bb915949
commit
0d6afb21d3
1 changed files with 3 additions and 3 deletions
|
@ -337,7 +337,7 @@ void AppletManager::SetWindowSystem(WindowSystem* window_system) {
|
|||
}
|
||||
|
||||
void AppletManager::TrackApplet(std::shared_ptr<Applet> applet, bool is_application) {
|
||||
m_window_system->TrackApplet(applet, true);
|
||||
m_window_system->TrackApplet(applet, false);
|
||||
m_window_system->RequestApplicationToGetForeground();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue