Skip to content

Commit

Permalink
fix easy typo #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kashikoibumi committed Jun 24, 2024
1 parent bdbe5cc commit 605f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitmessageqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ def rerenderComboBoxSendFromBroadcast(self):
addressInKeysFile, 'enabled')
isChan = config.safeGetBoolean(addressInKeysFile, 'chan')
if isEnabled and not isChan:
label = unic(ustr(config.get(addressInKeysFile, 'label')).strip()) or addressInKeyFile
label = unic(ustr(config.get(addressInKeysFile, 'label')).strip()) or addressInKeysFile
self.ui.comboBoxSendFromBroadcast.addItem(avatarize(addressInKeysFile), label, addressInKeysFile)
for i in range(self.ui.comboBoxSendFromBroadcast.count()):
address = ustr(self.ui.comboBoxSendFromBroadcast.itemData(
Expand Down

0 comments on commit 605f205

Please sign in to comment.