From e2e9b3ccd2c5466d43e41098a6242adae7be71ba Mon Sep 17 00:00:00 2001 From: Kevin Peng Date: Thu, 7 Dec 2017 07:41:52 -0800 Subject: [PATCH] Don't mangle path to custom icons I have quite a few custom icons stored in locations outside AQEMU_Data_Folder --- src/VM.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/VM.cpp b/src/VM.cpp index 33066ce..4fb6d42 100644 --- a/src/VM.cpp +++ b/src/VM.cpp @@ -3610,11 +3610,6 @@ bool Virtual_Machine::Load_VM( const QString &file_name ) break; } } - - if ( ! abs_found ) - { - Icon_Path = settings.value( "AQEMU_Data_Folder","").toString() + Icon_Path; - } } // Screenshot Path