Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
parov0z committed Apr 13, 2021
1 parent 0c18315 commit ff3be89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ void MainWindow::on_RemoveButton_clicked()
void MainWindow::on_previewButton_clicked()
{
QString path = "/usr/lib/firmware/bootsplash-themes/" +
ui->listWidget->currentItem()->text() +
"/bootsplash";

const char *arg = ( path ).toUtf8();
bootsplashViewer( arg );
ui->listWidget->currentItem()->text() +
"/bootsplash";
bootsplashViewer( path.toUtf8() );
}

0 comments on commit ff3be89

Please sign in to comment.