-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Check the following items
- I have looked up relevant Issue
Description of the issue
In the uos operating system
model:
`
public static ISukiDialogManager DialogManager { get; } = new SukiDialogManager();
DialogManager.DialogManager.CreateDialog()
.WithViewModel(dialog => new SignInDialogViewModel(dialog))
.Dismiss()
.ByClickingBackground()
.TryShow();
axaml: suki:SukiWindow.Hosts<suki:SukiDialogHost Name="DialogHost" /> </suki:SukiWindow.Hosts>axaml.cs DialogHost.Manager = model.DialogManager;`
It's ineffective. Both the main window and sub-windows become transparent, and only the shadow border of the window can be seen. The demo also has the same effect
It works normally in Windows, but cannot be displayed in the UOS system
Package Version
6.0.0-6.0.3
Environment
UOS 、 linux-arm64
Expected Behavior
display window
Reproduction
It's ineffective. Both the main window and sub-windows become transparent, and only the shadow border of the window can be seen. The demo also has the same effect
It works normally in Windows, but cannot be displayed in the UOS system
Additional Information
No response