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)