diff --git a/macui/ZeroTier One/AboutViewController.m b/macui/ZeroTier One/AboutViewController.m index 21dceae16..7f92977d3 100644 --- a/macui/ZeroTier One/AboutViewController.m +++ b/macui/ZeroTier One/AboutViewController.m @@ -32,7 +32,8 @@ [self.webView.layer setCornerRadius:1.0f]; self.webView.layer.masksToBounds = YES; [self.webView.layer setBorderColor:[[NSColor darkGrayColor] CGColor]]; - + self.webView.policyDelegate = self; + NSBundle *bundle = [NSBundle mainBundle]; NSURL *path = [bundle URLForResource:@"about" withExtension:@"html"]; if(path) { diff --git a/windows/WinUI/ToolbarItem.xaml b/windows/WinUI/ToolbarItem.xaml index 471a1107c..3b064fc4a 100644 --- a/windows/WinUI/ToolbarItem.xaml +++ b/windows/WinUI/ToolbarItem.xaml @@ -20,54 +20,38 @@ + ToolTipText="ZeroTier One" + MenuActivation="LeftOrRightClick"> - - - + + - - + - - + - - - + - - + + + - - - + - - - - - - - + + + +