summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_global_structure.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-03 12:45:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-03 12:45:23 +0300
commited45aa912e89bb1fabe829c9644d34803a24ddda (patch)
tree57fb87f3e03f82eb3d5d356e4fcaa7f89215a083 /plugins/Clist_modern/src/modern_global_structure.h
parentbde2e74d7aee14a127674aa91a93dc0c982281c8 (diff)
fixes #3383 (Clist_modern: get rid of inverted logic)
Diffstat (limited to 'plugins/Clist_modern/src/modern_global_structure.h')
-rw-r--r--plugins/Clist_modern/src/modern_global_structure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_global_structure.h b/plugins/Clist_modern/src/modern_global_structure.h
index a522dc2165..6012cb61fe 100644
--- a/plugins/Clist_modern/src/modern_global_structure.h
+++ b/plugins/Clist_modern/src/modern_global_structure.h
@@ -45,7 +45,7 @@ struct CLUIDATA
bool fOnDesktop;
bool fSmoothAnimation;
bool fLayered;
- bool fSortNoOfflineBottom;
+ bool fSortOfflineBottom;
bool fAutoSize;
bool fAeroGlass;
uint8_t bCurrentAlpha;