gui: main: Remove leftover old, now removed --no-sandboxing option from parser

这个提交包含在:
Albert S. 2022-06-13 20:17:19 +02:00
父节点 8a82da95bd
当前提交 c82cf03814
共有 1 个文件被更改,包括 0 次插入1 次删除

查看文件

@ -142,7 +142,6 @@ int main(int argc, char *argv[])
}
Common::setupAppInfo();
QCommandLineParser parser;
parser.addOption({{"s", "no-sandbox"}, "Disable sandboxing"});
QStringList appArgs;
for(int i = 0; i < argc; i++)
{