Skip to content

Commit 16ebc32

Browse files
leftover
1 parent 13bf8cc commit 16ebc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityHubNative.Net/MainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ private static void ReloadEverything()
404404
}.SetTooltip("Use Acrylic blur. Only works on Windows.\nNeeds restart to take effect.").SetDock(Dock.Left),
405405
s_acrylicCheckbox = new CheckBox
406406
{
407-
IsChecked = UnityHubNativeNetApp.Config.transparent,
407+
IsChecked = UnityHubNativeNetApp.Config.acrylic,
408408
VerticalAlignment = VerticalAlignment.Center,
409409
}.OnCheckChanged(OnAcrylicCheckboxChanged).SetDock(Dock.Right),
410410
]).SetDock(Dock.Top),

0 commit comments

Comments
 (0)