fix pause tooltip
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>0.1.14.0</Version>
|
<Version>0.1.15.0</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ namespace MareSynchronos.UI
|
|||||||
{
|
{
|
||||||
_ = _apiController.SendPairedClientPauseChange(entry.OtherUID, !entry.IsPaused);
|
_ = _apiController.SendPairedClientPauseChange(entry.OtherUID, !entry.IsPaused);
|
||||||
}
|
}
|
||||||
UiShared.AttachToolTip(entry.IsSynced
|
UiShared.AttachToolTip(entry.IsPaused
|
||||||
? "Pause pairing with " + entry.OtherUID
|
? "Pause pairing with " + entry.OtherUID
|
||||||
: "Resume pairing with " + entry.OtherUID);
|
: "Resume pairing with " + entry.OtherUID);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user