Upload files to "bal/gui/qt"

v0.6.1: use version property at call sites
This commit is contained in:
2026-07-22 13:04:17 +00:00
parent 300fa89124
commit 7ed0f60c88
2 changed files with 3 additions and 3 deletions

View File

@@ -1153,7 +1153,7 @@ class WillSettingsWidget(QWidget):
lines = [
"BEGIN:VCALENDAR",
"VERSION:2.0",
f"PRODID:-//Bitcoin After Life//Electrum Plugin/{BalPlugin.__version__}",
f"PRODID:-//Bitcoin After Life//Electrum Plugin/{self.bal_window.bal_plugin.version}",
]
# One separate VEVENT per reminder offset (its own date in the calendar).
@@ -1284,7 +1284,7 @@ class WillSettingsWidget(QWidget):
"BEGIN:VCALENDAR",
"VERSION:2.0",
"PRODID:-//Bitcoin After Life//Electrum Plugin/"
f"{BalPlugin.__version__}",
f"{self.bal_window.bal_plugin.version}",
]
total = len(offsets)