Added toggleopaque dispatcher

This commit is contained in:
vaxerski
2022-07-28 12:07:41 +02:00
parent 3904351678
commit 9dd17a4be6
4 changed files with 18 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ struct SWindowAdditionalConfigData {
std::string animationStyle = "";
int rounding = -1; // -1 means no
bool forceNoBlur = false;
bool forceOpaque = false;
};
class CWindow {