summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-01-26 17:23:28 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-01-26 17:23:28 -0500
commitbfeb766a91e259dce7924fb0bbcfcac85b91092b (patch)
treef9423ca7fa9dbb324ba9372a29c292777a87c6cd /.ci
parentFix formatting (diff)
downloadnheko-bfeb766a91e259dce7924fb0bbcfcac85b91092b.tar.xz
Implement Privacy Screen
* Add handles for window focus gained / focus lossed and connect to timer
* Clean up some of the PrivacyScreen.qml code
* Connect settings to PrivacyScreen visibility
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/format.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/format.sh b/.ci/format.sh
index 7f201bb8..4df4282a 100755
--- a/.ci/format.sh
+++ b/.ci/format.sh
@@ -22,6 +22,8 @@ if [ ! -z "$QMLFORMAT_PATH" ]; then
     do
         qmlformat -i "$f"
     done;
+else
+    echo "qmlformat not found; skipping qml formatting"
 fi
 
 git diff --exit-code