File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ bool CBOINCGUIApp::OnInit() {
203
203
}
204
204
#endif
205
205
206
-
207
206
if (g_use_sandbox) {
208
207
wxCHANGE_UMASK (2 ); // Set file creation mask to be writable by both user and group
209
208
// Our umask will be inherited by all our child processes
@@ -775,6 +774,9 @@ bool CBOINCGUIApp::OnCmdLineParsed(wxCmdLineParser &parser) {
775
774
#if defined(__WXMSW__) || defined(__WXMAC__)
776
775
if (parser.Found (wxT (" systray" ))) {
777
776
m_bGUIVisible = false ;
777
+ #ifdef __WXMAC__
778
+ m_bBOINCMGRAutoStarted = true ;
779
+ #endif
778
780
}
779
781
#endif
780
782
if (parser.Found (wxT (" insecure" ))) {
@@ -1141,6 +1143,7 @@ int CBOINCGUIApp::IdleTrackerDetach() {
1141
1143
}
1142
1144
1143
1145
1146
+ // TODO: Does the Mac really need the OnActivateApp() routine?
1144
1147
void CBOINCGUIApp::OnActivateApp (wxActivateEvent& event) {
1145
1148
m_bProcessingActivateAppEvent = true ;
1146
1149
You can’t perform that action at this time.
0 commit comments