From 6ea66f02de8b977db77155c599c6619993b5ea12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Fri, 20 Jan 2023 10:14:40 +0100 Subject: [PATCH] Include "1" in the list of "true-strings" on the command line --- src/PowderToySDL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 28f2e429a..b458c0735 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -728,6 +728,7 @@ int main(int argc, char * argv[]) str == "on" || str == "yes" || str == "y" || + str == "1" || str == ""; // standalone "redirect" or "disable-bluescreen" or similar arguments }; auto true_arg = [&true_string](Argument arg) {