Skip to content

Disable session manager to prevent window restoration

ivan tkachenko requested to merge (removed):no-session into master

Some attributes only work if they are set before instantiating the app.

Also, use full QCoreApplication::setAttribute syntax, since it's a static member; and omit bool on = true value, because it's the default.

spectacle_session_restore

Merge request reports