renamed enum ToastReactions to ToastReaction (singular)
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
BoolSetting notificationToast = {"/notifications/enableToast", false};
|
||||
IntSetting openFromToast = {
|
||||
"/notifications/openFromToast",
|
||||
static_cast<int>(ToastReactions::OpenInBrowser)};
|
||||
static_cast<int>(ToastReaction::OpenInBrowser)};
|
||||
|
||||
/// External tools
|
||||
// Streamlink
|
||||
|
||||
Reference in New Issue
Block a user