mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
statusbar: Fix loading
Seems Qt 6.5 has some behaviour changes regarding required properties, which prevented the status bar from loading. Fixes https://invent.kde.org/teams/plasma-mobile/issues/-/issues/231
This commit is contained in:
parent
75bf58bfb2
commit
3f74522241
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import org.kde.plasma.components 3.0 as PlasmaComponents
|
|||
import "../../dataproviders" as DataProviders
|
||||
|
||||
Item {
|
||||
required property InternetIndicator internetIndicator
|
||||
property InternetIndicator internetIndicator
|
||||
|
||||
readonly property var provider: DataProviders.SignalStrengthInfo {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue