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

This commit is contained in:
bslhq 2023-10-17 20:45:55 +08:00 committed by GitHub
parent 63861bf812
commit 9ec50b865d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)