We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf8cc commit 16ebc32Copy full SHA for 16ebc32
UnityHubNative.Net/MainWindow.cs
@@ -404,7 +404,7 @@ private static void ReloadEverything()
404
}.SetTooltip("Use Acrylic blur. Only works on Windows.\nNeeds restart to take effect.").SetDock(Dock.Left),
405
s_acrylicCheckbox = new CheckBox
406
{
407
- IsChecked = UnityHubNativeNetApp.Config.transparent,
+ IsChecked = UnityHubNativeNetApp.Config.acrylic,
408
VerticalAlignment = VerticalAlignment.Center,
409
}.OnCheckChanged(OnAcrylicCheckboxChanged).SetDock(Dock.Right),
410
]).SetDock(Dock.Top),
0 commit comments