Skip to content
Snippets Groups Projects
Verified Commit 2a858d84 authored by Joe Donofry's avatar Joe Donofry
Browse files

Update format script again

parent 2bfd4475
No related branches found
No related tags found
1 merge request!6Chat Privacy screen
Pipeline #563 failed
......@@ -14,7 +14,8 @@ do
clang-format -i "$f"
done;
QMLFORMAT_PATH=$(command -v qmlformat)
QMLFORMAT_PATH=$(command -v qmlformat || true)
if [ -n "$QMLFORMAT_PATH" ]; then
QML_FILES=$(find resources -type f -iname "*.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));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment