Skip to content

Commit

Permalink
chore: The official interface hides the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Jan 14, 2024
1 parent 3c2b446 commit 2be36ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Text="{Binding AppKey, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />
</Grid>

<Grid>
<Grid Visibility="Collapsed">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="80" />
<ColumnDefinition Width="*" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Text="{Binding AppKey, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />
</Grid>

<Grid>
<Grid Visibility="Collapsed">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="80" />
<ColumnDefinition Width="*" />
Expand Down

0 comments on commit 2be36ef

Please sign in to comment.