netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=ed7935525c518e7479a1e5c8bbef29e8d93023a1

commit ed7935525c518e7479a1e5c8bbef29e8d93023a1
Author: Alastair Poole <[email protected]>
Date:   Sat Apr 18 21:12:02 2020 +0100

    config: remove ui check
---
 src/bin/ui.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/ui.c b/src/bin/ui.c
index a54fdec..1f29b59 100644
--- a/src/bin/ui.c
+++ b/src/bin/ui.c
@@ -30,7 +30,6 @@ _config_save(Ui *ui)
    Evas_Coord w, h;
 
    if (!_evisum_config) return;
-   if (!ui->ready) return;
 
    evas_object_geometry_get(ui->win, NULL, NULL, &w, &h);
 

-- 


Reply via email to