mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Add x:Name to PopupBox in MainWindow.xaml
- Ensures PopupBox can be accessed in code-behind for accessibility improvements.
This commit is contained in:
parent
202793ba56
commit
ea22b59287
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@
|
|||
</Menu>
|
||||
|
||||
<materialDesign:PopupBox
|
||||
x:Name="themePopupBox"
|
||||
Padding="-2"
|
||||
HorizontalAlignment="Right"
|
||||
StaysOpen="True"
|
||||
|
|
Loading…
Reference in a new issue