mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-03-09 18:41:38 +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:
@@ -37,6 +37,7 @@ class DetailsDialog(QDockWidget):
|
|||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
self._shown_once = True
|
self._shown_once = True
|
||||||
|
if not self.isVisible():
|
||||||
super().show()
|
super().show()
|
||||||
self.update_options()
|
self.update_options()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user