Show relative path in title bar for when browsing dir recursive

This commit is contained in:
2025-03-19 13:14:04 +01:00
parent fe3e5f66be
commit c96cb86a29
4 changed files with 16 additions and 9 deletions
+3 -3
View File
@@ -150,10 +150,10 @@ void SettingsDialog::installThumbnailer()
QProcess regsvr;
int ret = regsvr.execute("regsvr32.exe", {"/s", path});
if(ret)
{
if(ret == 0)
QMessageBox::information(this, tr("Thumbnail support"), tr("Thumbnail generation support sucessufully installed."));
else
QMessageBox::critical(this, tr("Error"), tr("Failed to register thumbnailer. %1").arg(ret));
}
#endif
}