Skip to content

Commit

Permalink
UPDATE: v5.13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialAhmed committed Jul 8, 2023
1 parent 4e39768 commit 44ca9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Module/Mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def apply_mask(self, id, cover, mask:Image, lock):

transparent_icon.paste(resized_game_icon, position)

# with Image.open(open(transparent_icon)) as icon:
mask_copy = mask.copy()
mask_copy.paste(transparent_icon, (0, 0), cover)

Expand Down
6 changes: 3 additions & 3 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Common:
- (Access attribute value) via self call
"""

#__________ if Settings.json not found use these _________ #
#__________ Settings.json default state _________ #
app_path = os.getcwd()
default_settings = {"font":"Arial", "port":"21", "ip":"", "icons_path":app_path, "download_path":app_path, "homebrew":"False", "language":"English"}

Expand Down Expand Up @@ -95,8 +95,8 @@ class Common:


def __init__(self) -> None:
self.app_version = "5.12"
self.app_release_date = "June 17th, 2023"
self.app_version = "5.13"
self.app_release_date = "July 7th, 2023"

self.external_game_ids = []
self.screen_w = Common.screen_w
Expand Down

0 comments on commit 44ca9f4

Please sign in to comment.