From 963eed78605599e805246c03cf896ac73aa6eb6a Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 14 Jul 2023 12:48:51 -0600 Subject: [PATCH] fix: set default flameshot script mode to ass --- flameshot-v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flameshot-v2.sh b/flameshot-v2.sh index c5aa4cc..c25c561 100755 --- a/flameshot-v2.sh +++ b/flameshot-v2.sh @@ -11,7 +11,7 @@ # - NotAShelf (https://github.com/NotAShelf) # ! Upload mode (ass=0,cheek=1) -MODE=1 +MODE=0 # Mode string switcher get_mode() {