1
0
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:
glubsy 2020-07-29 04:51:03 +02:00
parent 1823575af4
commit 1937120ad7

View File

@ -37,6 +37,7 @@ class DetailsDialog(QDockWidget):
def show(self):
self._shown_once = True
if not self.isVisible():
super().show()
self.update_options()