quicksettings: replace hardcoded text with i18n, edit label & tooltip,

force hover when recording
This commit is contained in:
lysec
2025-10-09 17:56:49 +02:00
parent bfb57f13c6
commit 075c8f08f6
19 changed files with 754 additions and 53 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ Singleton {
// Widget registry object mapping widget names to components
property var widgets: ({
"Bluetooth": bluetoothComponent,
"DoNotDisturb": doNotDisturbComponent,
"Notifications": notificationsComponent,
"KeepAwake": keepAwakeComponent,
"NightLight": nightLightComponent,
"PowerProfile": powerProfileComponent,
@@ -26,8 +26,8 @@ Singleton {
property Component bluetoothComponent: Component {
Bluetooth {}
}
property Component doNotDisturbComponent: Component {
DoNotDisturb {}
property Component notificationsComponent: Component {
Notifications {}
}
property Component keepAwakeComponent: Component {
KeepAwake {}