Fix nfc menu list of recent nfc files (#996)

This commit is contained in:
bslhq
2023-10-17 14:45:55 +02:00
committed by GitHub
parent 63861bf812
commit 9ec50b865d
+1 -1
View File
@@ -1751,7 +1751,7 @@ void MainWindow::UpdateNFCMenu()
if (entry.empty())
continue;
if (!fs::exists(entry))
if (!fs::exists(_utf8ToPath(entry)))
continue;
if (recentFileIndex == 0)