Decrease hide timer delay 11/322811/1
authorInhong Han <inhong1.han@samsung.com>
Wed, 16 Apr 2025 02:52:54 +0000 (11:52 +0900)
committerInhong Han <inhong1.han@samsung.com>
Wed, 16 Apr 2025 06:00:28 +0000 (15:00 +0900)
Change-Id: Id2d1c6702e662a3e5d653b41abe3d6c0d1c46400

src/e_mod_main.c

index 458a81cb1285a2c5fb380375a977ea30ab0097ec..e0a5a827a11060fc02e5dc5c0d648eeab8cfbea6 100644 (file)
@@ -154,7 +154,7 @@ static Eina_Bool g_show_state_candidate = EINA_FALSE;
 
 static Eina_List *hooks_ec = NULL;
 
-const int WILL_HIDE_TIMER_INTERVAL = 1.0f;
+const int WILL_HIDE_TIMER_INTERVAL = 0.3f;
 
 #undef E_CLIENT_HOOK_APPEND
 #define E_CLIENT_HOOK_APPEND(l, t, cb, d) \