This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/sui/sui_window.c b/src/sui/sui_window.c | |
index 4289123..e23233d 100644 | |
--- a/src/sui/sui_window.c | |
+++ b/src/sui/sui_window.c | |
@@ -276,6 +276,7 @@ static void sui_window_constructed(GObject *object){ | |
SuiWindow *self; | |
self = SUI_WINDOW(object); | |
+ self->cfg->csd = FALSE; | |
if (!self->cfg->csd){ |
OlderNewer