gui: Call setupAppinfo() also for the IPC server

このコミットが含まれているのは:
2021-12-30 12:31:32 +01:00
コミット c51487c4b2
2個のファイルの変更11行の追加2行の削除

ファイルの表示

@@ -16,6 +16,7 @@ int main(int argc, char *argv[])
QString socketPath = "/tmp/looqs-spawner";
if(argc > 1)
{
Common::setupAppInfo();
QApplication a(argc, argv);
QString arg = argv[1];
if(arg == "ipc")