mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Quicksettings: polishing, fixed all scaling issues.
This commit is contained in:
@@ -7,8 +7,8 @@ import qs.Widgets
|
||||
NIconButton {
|
||||
id: root
|
||||
|
||||
// NIconButton must only define screen, not scaling
|
||||
property ShellScreen screen
|
||||
property real scaling: 1.0
|
||||
|
||||
icon: "camera-video"
|
||||
tooltipText: ScreenRecorderService.isRecording ? I18n.tr("tooltips.click-to-stop-recording") : I18n.tr("tooltips.click-to-start-recording")
|
||||
|
||||
Reference in New Issue
Block a user