lib/gtk3app/config.rb in gtk3app-5.0.210201 vs lib/gtk3app/config.rb in gtk3app-5.1.210203

- old
+ new

@@ -4,11 +4,12 @@ HELP = <<~HELP Usage: #{File.basename $0} [:options+] Options: - --notoggle Minime wont toggle decorated and keep above - --notdecorated Dont decorate window + --minime \tReal minime + --notoggle \tMinime wont toggle decorated and keep above + --notdecorated\tDont decorate window HELP # CONFIG follows the following conventions: # * Strings and numbers are mixed case. # * Arrays are all upper case (may except for arrays of length 1, see Such).