mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix
This commit is contained in:
parent
744073c212
commit
54d9817098
1 changed files with 0 additions and 3 deletions
|
@ -156,9 +156,6 @@ def toggle_QR_window(self, show):
|
|||
self.qr_window_geometry = self.qr_window.geometry()
|
||||
self.qr_window.setVisible(False)
|
||||
|
||||
#self.print_button.setHidden(self.qr_window is None or not self.qr_window.isVisible())
|
||||
self.receive_list.setColumnHidden(2, self.qr_window is None or not self.qr_window.isVisible())
|
||||
#self.receive_list.setColumnWidth(1, 200)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue