feat: add "Open in custom player" to toast options (#5880)
This commit is contained in:
@@ -10,6 +10,8 @@ inline const QString OPEN_PLAYER_IN_BROWSER =
|
||||
inline const QString OPEN_MOD_VIEW_IN_BROWSER =
|
||||
QStringLiteral("Open mod view in browser");
|
||||
inline const QString OPEN_IN_STREAMLINK = QStringLiteral("Open in streamlink");
|
||||
inline const QString OPEN_IN_CUSTOM_PLAYER =
|
||||
QStringLiteral("Open in custom player");
|
||||
inline const QString DONT_OPEN = QStringLiteral("Don't open");
|
||||
inline const QString OPEN_WHISPERS_IN_BROWSER =
|
||||
QStringLiteral("Open whispers in browser");
|
||||
|
||||
Reference in New Issue
Block a user