Skip to content

Commit

Permalink
🐛 fixed 挂时长启动暂停按钮显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
RMBGAME committed May 10, 2024
1 parent bbe98f6 commit 76829b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
Command="{Binding $parent[spp:PageBase].((spp:IdleAppsPageViewModel)DataContext).RunStopBtnCommand}"
CommandParameter="{Binding}"
Cursor="Hand"
IsVisible="{Binding !Process, Converter={StaticResource IsNullConverter}}"
IsVisible="{Binding Process, Converter={StaticResource IsNullConverter}, ConverterParameter=invert}"
ToolTip.Tip="{Binding Path=Res.GameList_StopItemBtn, Mode=OneWay, Source={x:Static s:ResourceService.Current}}">
<Viewbox Width="60" Height="60">
<ui:SymbolIcon Symbol="Pause" />
Expand Down

0 comments on commit 76829b0

Please sign in to comment.