1
0
Derivar 0

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

Este cometimento está contido em:
Albert S. 2022-06-13 20:17:19 +02:00
ascendente 8a82da95bd
cometimento c82cf03814
1 ficheiros modificados com 0 adições e 1 eliminações

Ver ficheiro

@ -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++)
{