mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix toggling details view via menu or shortcut
* Using Ctrl+I would toggle the title bar on/off
This commit is contained in:
parent
1823575af4
commit
1937120ad7
@ -37,6 +37,7 @@ class DetailsDialog(QDockWidget):
|
||||
|
||||
def show(self):
|
||||
self._shown_once = True
|
||||
if not self.isVisible():
|
||||
super().show()
|
||||
self.update_options()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user