File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,7 @@ int main(int argc, char** argv)
152152 BooleanOption& silentOption = parser.add <BooleanOption>(' s' , " silent" , " Do not print any outputs" );
153153 BooleanOption& verboseOption = parser.add <BooleanOption>(' v' , " verbose" , " Increase verbosity" );
154154 BooleanOption& debugOption = parser.add <BooleanOption>(' d' , " debug" , " Show debug messages" );
155- #ifdef WIN32
156- BooleanOption& consoleOption = parser.add <BooleanOption>(' c' , " console" , " Open a console window to view log output" );
157- #endif
155+
158156 parser.add <BooleanOption>(0x0 , " desktop" , " Show systray on desktop" );
159157 parser.add <BooleanOption>(0x0 , " service" , " Force hyperion to start as console service" );
160158#if defined(ENABLE_EFFECTENGINE)
You can’t perform that action at this time.
0 commit comments