mirror of https://github.com/BOINC/boinc.git
MGR: Show Skin Manager error message only if Manager launched with command-line arg -c or --checkskins
svn path=/trunk/boinc/; revision=17082
This commit is contained in:
parent
72c17f3d2d
commit
fb06a75f73
|
@ -541,7 +541,7 @@ bool CBOINCGUIApp::OnCmdLineParsed(wxCmdLineParser &parser) {
|
||||||
if (parser.Found(wxT("insecure"))) {
|
if (parser.Found(wxT("insecure"))) {
|
||||||
g_use_sandbox = false;
|
g_use_sandbox = false;
|
||||||
}
|
}
|
||||||
if (parser.Found(wxT("checkSkins"))) {
|
if (parser.Found(wxT("checkskins"))) {
|
||||||
m_bDebugSkins = true;
|
m_bDebugSkins = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue