-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translations, bump version number
- Loading branch information
Showing
4 changed files
with
491 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# coding=utf-8 | ||
|
||
# TWLMagician | ||
# Version 1.2.9 | ||
# Version 1.3.0 | ||
# Author: R-YaTian | ||
# Original "HiyaCFW-Helper" Author: mondul <[email protected]> | ||
|
||
|
@@ -35,7 +35,7 @@ | |
ssl._create_default_https_context = ssl._create_unverified_context | ||
ntime_tmp = None | ||
downloadfile = False | ||
version_number = 127 | ||
version_number = 130 | ||
|
||
|
||
# Check Update | ||
|
@@ -2529,7 +2529,7 @@ def transfer_main(self): | |
|
||
printl(_('GUI初始化中...')) | ||
|
||
root.title('TWLMagician V1.2 BY R-YaTian') | ||
root.title('TWLMagician V1.3 BY R-YaTian') | ||
# Disable maximizing | ||
root.resizable(False, False) | ||
# Center in window | ||
|
Oops, something went wrong.