You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: steamgrid.go
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ func startApplication() {
38
38
steamGridDBTypes:=flag.String("types", "static", "Comma separated list of types to download from SteamGridDB.\nExample: \"static,animated\"")
39
39
steamGridDBNsfw:=flag.String("nsfw", "false", "Set to false to filter out nsfw, true to only include nsfw, any to include both.")
40
40
steamGridDBHumor:=flag.String("humor", "false", "Set to false to filter out humor, true to only include humor, any to include both.")
41
-
steamGridDBBannerDimensions:=flag.String("bannerdimension", "460x215,920x430", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
42
-
steamGridDBCoverDimensions:=flag.String("verticaldimension", "600x900,342x482,660x930", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
43
-
steamGridDBHeroDimensions:=flag.String("herodimension", "1920x620,3840x1240,1600x650", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
41
+
steamGridDBBannerDimensions:=flag.String("bannerdimensions", "460x215,920x430", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
42
+
steamGridDBCoverDimensions:=flag.String("coverdimensions", "600x900,342x482,660x930", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
43
+
steamGridDBHeroDimensions:=flag.String("herodimensions", "1920x620,3840x1240,1600x650", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
44
44
skipSteam:=flag.Bool("skipsteam", false, "Skip downloads from Steam servers")
45
45
skipGoogle:=flag.Bool("skipgoogle", false, "Skip search and downloads from google")
46
46
skipBanner:=flag.Bool("skipbanner", false, "Skip search and processing banner artwork")
0 commit comments