Upload files to "bal/gui/qt"
v0.6.1: use version property at call sites
This commit is contained in:
@@ -1533,7 +1533,7 @@ class BalBuildWillDialog(BalDialog):
|
|||||||
"BEGIN:VCALENDAR",
|
"BEGIN:VCALENDAR",
|
||||||
"VERSION:2.0",
|
"VERSION:2.0",
|
||||||
"PRODID:-//Bitcoin After Life//Electrum Plugin/"
|
"PRODID:-//Bitcoin After Life//Electrum Plugin/"
|
||||||
f"{BalPlugin.__version__}",
|
f"{self.bal_window.bal_plugin.version}",
|
||||||
]
|
]
|
||||||
|
|
||||||
total = len(offsets)
|
total = len(offsets)
|
||||||
|
|||||||
@@ -1153,7 +1153,7 @@ class WillSettingsWidget(QWidget):
|
|||||||
lines = [
|
lines = [
|
||||||
"BEGIN:VCALENDAR",
|
"BEGIN:VCALENDAR",
|
||||||
"VERSION:2.0",
|
"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).
|
# One separate VEVENT per reminder offset (its own date in the calendar).
|
||||||
@@ -1284,7 +1284,7 @@ class WillSettingsWidget(QWidget):
|
|||||||
"BEGIN:VCALENDAR",
|
"BEGIN:VCALENDAR",
|
||||||
"VERSION:2.0",
|
"VERSION:2.0",
|
||||||
"PRODID:-//Bitcoin After Life//Electrum Plugin/"
|
"PRODID:-//Bitcoin After Life//Electrum Plugin/"
|
||||||
f"{BalPlugin.__version__}",
|
f"{self.bal_window.bal_plugin.version}",
|
||||||
]
|
]
|
||||||
|
|
||||||
total = len(offsets)
|
total = len(offsets)
|
||||||
|
|||||||
Reference in New Issue
Block a user