mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 12:42:31 +08:00
Leave note about lack of toast for posterity
This commit is contained in:
@@ -138,6 +138,8 @@ namespace osu.Game.Screens.Edit.Compose
|
||||
// regardless of whether anything was even selected at all.
|
||||
// UX-wise this is generally strange and unexpected, but make it work anyways to preserve muscle memory.
|
||||
// note that this means that `getTimestamp()` must handle no-selection case, too.
|
||||
// additionally, note we're intentionally not using `OsuGame.CopyToClipboard()`
|
||||
// because we do not want toasts to pop up on every Ctrl-C press - it'd be disruptive to mappers.
|
||||
hostClipboard.SetText(getTimestamp());
|
||||
|
||||
if (CanCopy.Value)
|
||||
|
||||
Reference in New Issue
Block a user