mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
changed to use built-in list methods
This commit is contained in:
parent
6122898915
commit
c2713f6089
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ class MiniWindow(QDialog):
|
||||||
assert currency in self.quote_currencies
|
assert currency in self.quote_currencies
|
||||||
self.quote_currencies.remove(currency)
|
self.quote_currencies.remove(currency)
|
||||||
self.quote_currencies.insert(0, currency)
|
self.quote_currencies.insert(0, currency)
|
||||||
#self.quote_currencies = [currency] + self.quote_currencies
|
|
||||||
self.refresh_balance()
|
self.refresh_balance()
|
||||||
|
|
||||||
def change_quote_currency(self):
|
def change_quote_currency(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue