You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the names and tooltip for UICommands are a bunch of &'static str. It would be nice to refactor this area of the code to enable dynamic tooltips and, possibly, display name in the command palette.
Currently, the names and tooltip for
UICommands
are a bunch of&'static str
. It would be nice to refactor this area of the code to enable dynamic tooltips and, possibly, display name in the command palette.Use cases:
UICommand::CloseCurrentRecording
(which is a lossy operation) (see Add support to close a recording #2972)The text was updated successfully, but these errors were encountered: