MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / hideToolbar

Method hideToolbar

app/src/Misc/CLI.cpp:348–355  ·  view source on GitHub ↗

* @brief Returns true if the toolbar should be hidden at startup. */

Source from the content-addressed store, hash-verified

346 * @brief Returns true if the toolbar should be hidden at startup.
347 */
348bool CLI::hideToolbar() const noexcept
349{
350#ifdef BUILD_COMMERCIAL
351 return runtimeMode() || m_parser.isSet(m_opts.noToolbarOpt) || fullscreen();
352#else
353 return fullscreen();
354#endif
355}
356
357/**
358 * @brief Returns true if --api-server was passed.

Callers 1

bootstrapModuleManagerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected