mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-11 18:35:35 +02:00
Added warning for 3rd crack approach #62
This commit is contained in:
parent
89048661af
commit
f9aaeef6cf
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ try: # Handles Python errors to write them to a log file so they can be reported
|
|||
CrackOption_var.set(config["Preferences"]["CrackOption"])
|
||||
ttk.Radiobutton(settings_frame1, text="Crack the game automatically (RECOMMENDED)", variable=CrackOption_var, value="0", command=lambda: UpdateConfigKey("Preferences", "CrackOption", CrackOption_var.get())).grid(row=0, column=0, sticky="w")
|
||||
ttk.Radiobutton(settings_frame1, text="Only create the crack config, and put it in the same directory as steam_api(64).dll", variable=CrackOption_var, value="1", command=lambda: UpdateConfigKey("Preferences", "CrackOption", CrackOption_var.get())).grid(row=1, column=0, sticky="w")
|
||||
ttk.Radiobutton(settings_frame1, text="Only create the crack config, and put it in the same directory as the Steam Auto Cracker tool", variable=CrackOption_var, value="2", command=lambda: UpdateConfigKey("Preferences", "CrackOption", CrackOption_var.get())).grid(row=2, column=0, sticky="w")
|
||||
ttk.Radiobutton(settings_frame1, text="Only create the crack config, and put it in the same directory as the Steam Auto Cracker tool\n(currently bugged, doesn't work!)", variable=CrackOption_var, value="2", command=lambda: UpdateConfigKey("Preferences", "CrackOption", CrackOption_var.get())).grid(row=2, column=0, sticky="w")
|
||||
|
||||
# Steamless (Steamless)
|
||||
ttk.Label(scrollFrame, text="Steamless:", font=FONT3, padding=0).pack(padx=(6, 0), pady=(10,0), anchor="w")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue