Skip to content

Commit

Permalink
Merge pull request #126 from Foldex/full_theme_default
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored Mar 21, 2023
2 parents b821ac9 + c231169 commit 9e4e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def patch_client_css(source: Path, target: Path, name: str):
parser.add_argument("-p", "--patch", nargs = "+", action = "extend", help = "Apply one or multiple patches")
parser.add_argument("-n", "--name", default = SKIN_DIR, help = "Rename installed skin")
parser.add_argument("-nsp", "--no-steam-patch", action = "store_true", help = "Do not patch steam files")
parser.add_argument("-w", "--web-theme", choices = ["base", "full", "none"], default = "base", help = "Choose web theme variant")
parser.add_argument("-w", "--web-theme", choices = ["base", "full", "none"], default = "full", help = "Choose web theme variant")
parser.add_argument("-we", "--web-extras", nargs = "+", action = "extend", help = "Enable one or multiple web theme extras")
args = parser.parse_args()

Expand Down

0 comments on commit 9e4e6de

Please sign in to comment.