osx, disable fullscreen default

Authored by timotheegiet on Mar 2 2019, 4:40 PM.

Description

osx, disable fullscreen default

jjazeix added a subscriber: jjazeix.Mar 2 2019, 6:38 PM
jjazeix added inline comments.
/src/core/main.cpp
198

replacing this if with:
#if defined(Q_OS_MAC)
would be easier to read and avoid a variable

Sure you're right :) I was not sure if using that kind of #if was allowed inside this context, that's why I defined a variable for it.
We can change like that in master.