Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean
  • Loading branch information
Bronya-Rand committed Nov 19, 2023
commit 4d8a93552d127ed59971d9da9bd6e381513e3b68
2 changes: 0 additions & 2 deletions launcher/game/project.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -874,14 +874,12 @@ label auto_extract:
label delete_folder:

python:
confirm_delete = False
interface.yesno(
label=_("Deleting a Project"),
message=_("Are you sure you want to delete '[project.current.name!q]'?"),
filename=False,
no=Jump("front_page"),
cancel=Jump("front_page"))


interface.processing(_("Deleting [project.current.name]..."))

Expand Down