Skip to content

Commit 06196de

Browse files
authored
files_treeview: Fix context menu view switching (#3495)
1 parent 83b46e0 commit 06196de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/views/files_treeview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def contextMenuEvent(self, event):
6969
menu = QMenu(self)
7070

7171
menu.addAction(self.win.actionImportFiles)
72-
menu.addAction(self.win.actionDetailsView)
72+
menu.addAction(self.win.actionThumbnailView)
7373

7474
if index.isValid():
7575
# Look up the model item and our unique ID

0 commit comments

Comments
 (0)