add missing return

pull/14194/head
Steven Powell 2022-05-18 14:36:58 -07:00
parent c36b9aded9
commit c41e2e638e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ bool HyperKit::hyperkitPermissionFix(QStringList args, QString text)
hyperkitPermission();
emit rerun(args);
return true;
}
void HyperKit::hyperkitPermission()