mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Switched to qmlformat.
This commit is contained in:
@@ -14,9 +14,9 @@ NIconButtonHot {
|
||||
hot: ScreenRecorderService.isRecording
|
||||
tooltipText: I18n.tr("quickSettings.screenRecorder.tooltip.action")
|
||||
onClicked: {
|
||||
ScreenRecorderService.toggleRecording()
|
||||
ScreenRecorderService.toggleRecording();
|
||||
if (!ScreenRecorderService.isRecording) {
|
||||
PanelService.getPanel("controlCenterPanel", screen)?.close
|
||||
PanelService.getPanel("controlCenterPanel", screen)?.close;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user