From a7b778e0b23f027e2eda1745de5639a9e3f8ca1e Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Wed, 23 Jul 2025 09:26:27 -0400 Subject: [PATCH] version 0.2.0b --- manifest.json | 2 +- qt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6f64f59..4ec37d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "BAL", "fullname": "Bitcoin After Life", - "description": "Provides free and decentralized inheritance support", + "description": "Provides free and decentralized inheritance support
Version: 0.2.0b", "author":"Svatantrya", "available_for": ["qt"], "icon":"icons/bal32x32.png" diff --git a/qt.py b/qt.py index 389acf8..16812a5 100644 --- a/qt.py +++ b/qt.py @@ -442,7 +442,7 @@ class Plugin(BalPlugin,Logger): d = BalDialog(window, self.get_window_title("Settings")) d.setMinimumSize(100, 200) - qicon=read_QPixmap("bal32x32.png") + qicon=read_bal_QPixmap("bal32x32.png") lbl_logo = QLabel() lbl_logo.setPixmap(qicon)