feat: add "Open in custom player" to toast options (#5880)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <QStringView>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
void openInCustomPlayer(QStringView channel);
|
||||
|
||||
} // namespace chatterino
|
||||
Reference in New Issue
Block a user