summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-02-02 11:50:57 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-02-02 11:50:57 -0500
commit2a858d84e22c3813a380d4ff3e838cd0093955a0 (patch)
treefdb5496fb731cd6c77185b0b328786d91cbda288 /resources
parentTry to fix format script and fix linting (diff)
downloadnheko-2a858d84e22c3813a380d4ff3e838cd0093955a0.tar.xz
Update format script again
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/PrivacyScreen.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/PrivacyScreen.qml b/resources/qml/PrivacyScreen.qml

index 98c802a0..2cfae471 100644 --- a/resources/qml/PrivacyScreen.qml +++ b/resources/qml/PrivacyScreen.qml
@@ -33,9 +33,9 @@ Item { onTriggered: { if (MainWindow.visible) timelineRoot.grabToImage(function(result) { - screenSaver.state = "Visible"; - imageSource = result.url; - }, Qt.size(width, height)); + screenSaver.state = "Visible"; + imageSource = result.url; + }, Qt.size(width, height)); } }