This commit is contained in:
Valeria Fadeeva 2024-10-23 19:16:54 +05:00
parent 9127934c94
commit 46237d4d49
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<default>True</default>
</entry>
<entry name="hideWidget" type="Bool">
<default>False</default>
<default>True</default>
</entry>
<!-- Show blur
0: when existing a maximized or full-screen windows

View File

@ -1,5 +1,6 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
git add . && git commit -m "Update"
git push
echo "Ready"