Skip to content

Commit

Permalink
improved GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Dec 2, 2023
1 parent 0b23d3f commit dce3aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PyMemoryEditor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__author__ = "Jean Loui Bernard Silva de Jesus"
__version__ = "1.5.18"
__version__ = "1.5.19"


from .enums import ScanTypesEnum
Expand Down
1 change: 1 addition & 0 deletions PyMemoryEditor/sample/main_application_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def __start_scan(self, pytype: Type[T], length: int, value: Union[T, Tuple[T, T]
Search for a value on the whole memory of the process.
"""
self.__new_scan_button.config(text="Scanning")
self.__count_label.config(text=f"Found {len(self.__addresses)} addresses.")
self.update()

self.__finding_addresses = True
Expand Down

0 comments on commit dce3aff

Please sign in to comment.