diff --git a/Source/Tools/FEXQonfig/main.qml b/Source/Tools/FEXQonfig/main.qml index 9f91a11ef9..c8cb01aa82 100644 --- a/Source/Tools/FEXQonfig/main.qml +++ b/Source/Tools/FEXQonfig/main.qml @@ -48,6 +48,9 @@ ApplicationWindow { if (str.startsWith("file://")) { return decodeURIComponent(str.substring(7)) } + if (str.startsWith("file:")) { + return decodeURIComponent(str.substring(5)) + } return str; }