Benjamin Hoffmann

Results 29 comments of Benjamin Hoffmann

@codingL3gend yes that's it

I will try tomorrow. Another thing to know is that when the ToolBarItem disappear, I still can click on it. The icon is no longer visible but the "button" still...

@codingL3gend I've checked the Visibility property ans it's always to True. @pcresswell I seems that you're right. You can try it by replacing the ContactPage.xaml from my sample by this...

I've made a very dirty temporary workaround: ``` public static class RefreshIconizeToolBar { private static bool avoid; public static void Register(Page Page) { Page.Appearing += Page_Appearing; } private static void...

I'm facing a problem with the same case but not the same error message: System.NullReferenceException: Object reference not set to an instance of an object.

You can find everything about OpenCanopy here: https://dortania.github.io/OpenCore-Post-Install/cosmetic/gui.html#setting-up-opencore-s-gui OpenCanopy will detect every bootable EFI partition on all availables drives.

I can confirm brightness keys doesn't works on Windows.

I think the best way is to edit the ACPI resonsible of this behaviour to add a test that does nothing when OS is not Darwin.