Skip to content

Commit

Permalink
Don't mangle path to custom icons
Browse files Browse the repository at this point in the history
I have quite a few custom icons stored in locations outside
AQEMU_Data_Folder
  • Loading branch information
kpengboy committed Dec 7, 2017
1 parent 7033e8f commit e2e9b3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/VM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2e9b3c

Please sign in to comment.