mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
fix phone signal indicator
This commit is contained in:
parent
2503593ef4
commit
9b06ffd68e
2 changed files with 13 additions and 2 deletions
|
|
@ -104,6 +104,17 @@ PlasmaCore.ColorScope {
|
|||
interval: 60 * 1000
|
||||
}
|
||||
|
||||
OfonoManager {
|
||||
id: ofonoManager
|
||||
onAvailableChanged: {
|
||||
console.log("Ofono is " + available)
|
||||
}
|
||||
onModemAdded: {
|
||||
console.log("modem added " + modem)
|
||||
}
|
||||
onModemRemoved: console.log("modem removed")
|
||||
}
|
||||
|
||||
OfonoNetworkRegistration {
|
||||
id: netreg
|
||||
Component.onCompleted: {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ ApplicationWindow {
|
|||
height: 800
|
||||
visible: true
|
||||
color: Qt.rgba(0, 0, 0, 0.9)
|
||||
|
||||
OfonoManager {
|
||||
|
||||
OfonoManager {
|
||||
id: ofonoManager
|
||||
onAvailableChanged: {
|
||||
console.log("Ofono is " + available)
|
||||
|
|
|
|||
Loading…
Reference in a new issue