Fix screen snip (grimblast) ags widget (#304)

This commit is contained in:
end-4
2024-03-05 14:40:57 +07:00
committed by GitHub
+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)
}
}),