diff --git a/src/ColorScheme.cpp b/src/ColorScheme.cpp --- a/src/ColorScheme.cpp +++ b/src/ColorScheme.cpp @@ -190,6 +190,7 @@ _randomTable(nullptr), _opacity(other._opacity), _blur(other._blur), + _colorRandomization(other._colorRandomization), _wallpaper(other._wallpaper) { setName(other.name());