Include arguments to grimblast

This commit is contained in:
tchofy
2024-03-05 02:17:53 -03:00
committed by GitHub
parent 8ce7237b2b
commit b567872b7c
+1 -1
View File
@@ -67,7 +67,7 @@ const Utilities = () => Box({
children: [
UtilButton({
name: 'Screen snip', icon: 'screenshot_region', onClicked: () => {
Utils.execAsync(`${App.configDir}/scripts/grimblast.sh`)
Utils.execAsync(`${App.configDir}/scripts/grimblast.sh copy area`)
.catch(print)
}
}),