diff --git a/gui/__main__.py b/gui/__main__.py index e57616a..bf1c6b0 100755 --- a/gui/__main__.py +++ b/gui/__main__.py @@ -7877,7 +7877,8 @@ class IdPage(Page): menu_page.enabling_profile(profile_data) else: - self.update_text_output('Incorrect format for the billing code') + self.update_status.update_status( + 'Incorrect format for the billing code') def find_menu_page(self): for i in range(self.page_stack.count()): diff --git a/pyproject.toml b/pyproject.toml index 73befdf..aa8ce46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sp-hydra-veil-gui" -version = "2.1.0" +version = "2.1.1" authors = [ { name = "Simplified Privacy" }, ] @@ -12,7 +12,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ - "sp-hydra-veil-core == 2.1.0", + "sp-hydra-veil-core == 2.1.1", "pyperclip ~= 1.9.0", "pyqt6 ~= 6.7.1", "qrcode[pil] ~= 8.2"