change context menu prefix icon
This commit is contained in:
@@ -71,7 +71,7 @@ public class Pair
|
|||||||
Name = openProfileSeString,
|
Name = openProfileSeString,
|
||||||
OnClicked = (a) => _mediator.Publish(new ProfileOpenStandaloneMessage(this)),
|
OnClicked = (a) => _mediator.Publish(new ProfileOpenStandaloneMessage(this)),
|
||||||
UseDefaultPrefix = false,
|
UseDefaultPrefix = false,
|
||||||
PrefixChar = 'M',
|
PrefixChar = 'N',
|
||||||
PrefixColor = 526
|
PrefixColor = 526
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ public class Pair
|
|||||||
Name = reapplyDataSeString,
|
Name = reapplyDataSeString,
|
||||||
OnClicked = (a) => ApplyLastReceivedData(forced: true),
|
OnClicked = (a) => ApplyLastReceivedData(forced: true),
|
||||||
UseDefaultPrefix = false,
|
UseDefaultPrefix = false,
|
||||||
PrefixChar = 'M',
|
PrefixChar = 'N',
|
||||||
PrefixColor = 526
|
PrefixColor = 526
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ public class Pair
|
|||||||
Name = changePermissions,
|
Name = changePermissions,
|
||||||
OnClicked = (a) => _mediator.Publish(new OpenPermissionWindow(this)),
|
OnClicked = (a) => _mediator.Publish(new OpenPermissionWindow(this)),
|
||||||
UseDefaultPrefix = false,
|
UseDefaultPrefix = false,
|
||||||
PrefixChar = 'M',
|
PrefixChar = 'N',
|
||||||
PrefixColor = 526
|
PrefixColor = 526
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ public class Pair
|
|||||||
Name = cyclePauseState,
|
Name = cyclePauseState,
|
||||||
OnClicked = (a) => _mediator.Publish(new CyclePauseMessage(UserData)),
|
OnClicked = (a) => _mediator.Publish(new CyclePauseMessage(UserData)),
|
||||||
UseDefaultPrefix = false,
|
UseDefaultPrefix = false,
|
||||||
PrefixChar = 'M',
|
PrefixChar = 'N',
|
||||||
PrefixColor = 526
|
PrefixColor = 526
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user