diff options
author | Quentin Rameau <quinq@fifth.space> | 2022-05-04 03:30:30 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2022-05-04 03:31:58 +0200 |
commit | 609ea1c8e620ed38e71bf03a46a759c042e76500 (patch) | |
tree | 159eacade4f0a55c05555f5901dba62c054257ec /surf.c | |
parent | 38cb1632bf9146490b6e006d4a7a54ba251e9283 (diff) |
Do not reload page when toggling dark mode
This change had actually been applied in previous commit d3ee652
by mistake.
Diffstat (limited to 'surf.c')
-rw-r--r-- | surf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -778,7 +778,6 @@ setparameter(Client *c, int refresh, ParamName p, const Arg *a) g_object_set(gtk_settings_get_default(), "gtk-application-prefer-dark-theme", a->i, NULL); return; - break; case DiskCache: webkit_web_context_set_cache_model(c->context, a->i ? WEBKIT_CACHE_MODEL_WEB_BROWSER : |