Closed AvdLee closed 4 months ago
Allow to configure how the console looks using a new ConsoleConfiguration struct:
ConsoleConfiguration
ConsoleView( store: .demo, configuration: ConsoleConfiguration( shareStoreOutputs: [.har, .html, .text], allowRemoteLogging: false ) )
Fixes https://github.com/AvdLee/RocketSimApp/issues/531 Fixes https://github.com/AvdLee/RocketSimApp/issues/535
These options are moving to the existing UserSettings in the upciming version.
UserSettings
Allow to configure how the console looks using a new
ConsoleConfiguration
struct:Fixes https://github.com/AvdLee/RocketSimApp/issues/531 Fixes https://github.com/AvdLee/RocketSimApp/issues/535