renamed enum ToastReactions to ToastReaction (singular)

This commit is contained in:
TranRed
2019-05-01 23:21:12 +02:00
committed by pajlada
parent cd1f717c36
commit b5efe12f56
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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