Skip to content

Commit 9ec50b8

Browse files
authored
Fix nfc menu list of recent nfc files (#996)
1 parent 63861bf commit 9ec50b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/MainWindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ void MainWindow::UpdateNFCMenu()
17511751
if (entry.empty())
17521752
continue;
17531753

1754-
if (!fs::exists(entry))
1754+
if (!fs::exists(_utf8ToPath(entry)))
17551755
continue;
17561756

17571757
if (recentFileIndex == 0)

0 commit comments

Comments
 (0)