Skip to content

Commit

Permalink
移除用户投稿中的最多收藏选项
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Dec 24, 2023
1 parent 4c24c7e commit f95a789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BiliLite.UWP/Pages/UserInfoPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
<ComboBox x:Name="comVideoOrder" SelectionChanged="comVideoOrder_SelectionChanged" Margin="8 0" SelectedIndex="{x:Bind Path=m_userSubmitVideoViewModel.SelectOrder,Mode=TwoWay}">
<ComboBoxItem>最新发布</ComboBoxItem>
<ComboBoxItem>最多播放</ComboBoxItem>
<ComboBoxItem>最多收藏</ComboBoxItem>
</ComboBox>
</StackPanel>
<AutoSuggestBox Text="{x:Bind Path=m_userSubmitVideoViewModel.Keyword,Mode=TwoWay}" x:Name="searchVideo" QuerySubmitted="searchVideo_QuerySubmitted" QueryIcon="Find" PlaceholderText="搜索视频" Width="160" HorizontalAlignment="Right"></AutoSuggestBox>
Expand Down

0 comments on commit f95a789

Please sign in to comment.