mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
Implement single instance check using DBus
This commit is contained in:
@@ -20,6 +20,15 @@ ApplicationWindow {
|
||||
root.hide()
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: backend
|
||||
function onRaiseRequested() {
|
||||
root.show()
|
||||
root.raise()
|
||||
root.requestActivate()
|
||||
}
|
||||
}
|
||||
|
||||
Platform.SystemTrayIcon {
|
||||
id: systray
|
||||
visible: true
|
||||
|
||||
Reference in New Issue
Block a user