-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Poly panel fix #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working! Thanks
I'm going to merge this one, hope there are no objections |
@mikeskydev, the reason To make this 'simpler', Unity set |
That is a really helpful explanation, thank you! |
Yeah that explains a lot, thanks! |
With Poly shutting down, we can remove these temporary messages
* revert icosa-foundation#86 and icosa-foundation#91 With Poly shutting down, we can remove these temporary messages * Disable Poly, but not GDrive * remove mention of poly in accounts window * fix formatting
Checks for the panel existing before disabling. d'oh.
Sidenote, why doesn't
m_NotSupportedMessage?.SetActive(false);
work here?