Personal space bubble is defaulted off for now.

This commit is contained in:
howard-stearns 2018-06-05 11:47:44 -07:00
parent aa19794a94
commit 65e3652b9f

View file

@ -180,7 +180,7 @@ private:
#if defined(Q_OS_ANDROID)
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", false };
#else
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", true };
Setting::Handle<bool> _ignoreRadiusEnabled { "IgnoreRadiusEnabled", false }; // False, until such time as it is made to work better.
#endif
#if (PR_BUILD || DEV_BUILD)