update: bumped gui and core versions / fixed minor status error

This commit is contained in:
John 2026-01-09 20:10:02 +01:00
parent 0b00685d05
commit fb5e2a6f57
2 changed files with 4 additions and 3 deletions

View file

@ -7877,7 +7877,8 @@ class IdPage(Page):
menu_page.enabling_profile(profile_data) menu_page.enabling_profile(profile_data)
else: 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): def find_menu_page(self):
for i in range(self.page_stack.count()): for i in range(self.page_stack.count()):

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sp-hydra-veil-gui" name = "sp-hydra-veil-gui"
version = "2.1.0" version = "2.1.1"
authors = [ authors = [
{ name = "Simplified Privacy" }, { name = "Simplified Privacy" },
] ]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
] ]
dependencies = [ dependencies = [
"sp-hydra-veil-core == 2.1.0", "sp-hydra-veil-core == 2.1.1",
"pyperclip ~= 1.9.0", "pyperclip ~= 1.9.0",
"pyqt6 ~= 6.7.1", "pyqt6 ~= 6.7.1",
"qrcode[pil] ~= 8.2" "qrcode[pil] ~= 8.2"