Browse Source

Fix decoding in recently opened menu

Fixes #7820
Jaime van Kessel 4 years ago
parent
commit
b58730a70c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Menus/RecentFilesMenu.qml

+ 1 - 1
resources/qml/Menus/RecentFilesMenu.qml

@@ -24,7 +24,7 @@ Menu
         {
             text:
             {
-                var path = modelData.toString()
+                var path = decodeURIComponent(modelData.toString())
                 return (index + 1) + ". " + path.slice(path.lastIndexOf("/") + 1);
             }
             onTriggered: