Skip to content

Commit

Permalink
use only built-in at compile time jpg's and database jpg's
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed Jan 21, 2024
1 parent 7828ee9 commit 1a458c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TombRaiderLinuxLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void TombRaiderLinuxLauncher::generateList()
defaultFont.setPointSize(newSize);
ui->listWidgetModds->setFont(defaultFont);
QString directoryPath = settings.value("levelPath").toString();
QString pictures = directoryPath + "/pictures/";
QString pictures = ":/pictures/pictures/";
QDir info(directoryPath);
QFileInfoList enteryInfoList = info.entryInfoList();

Expand Down

0 comments on commit 1a458c5

Please sign in to comment.