mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
autofmt
This commit is contained in:
@@ -18,7 +18,7 @@ NIconButton {
|
||||
colorFg: ScreenRecorderService.isRecording ? Color.mOnPrimary : Color.mOnSurface
|
||||
colorBorder: Color.transparent
|
||||
colorBorderHover: Color.transparent
|
||||
|
||||
|
||||
function handleClick() {
|
||||
if (!ScreenRecorderService.isAvailable) {
|
||||
ToastService.showError(I18n.tr("toast.recording.not-installed"), I18n.tr("toast.recording.not-installed-desc"), 7000)
|
||||
@@ -26,6 +26,6 @@ NIconButton {
|
||||
}
|
||||
ScreenRecorderService.toggleRecording()
|
||||
}
|
||||
|
||||
|
||||
onClicked: handleClick()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user