mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
frontend: Fix copy/paste and actually update liblsi-intercept config
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -375,7 +375,7 @@ static gboolean lsi_window_closed(LsiSettingsWindow *self, __lsi_unused__ GdkEve
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBINTERCEPT
|
||||
self->config.use_libredirect = gtk_switch_get_active(GTK_SWITCH(self->check_redirect));
|
||||
self->config.use_libintercept = gtk_switch_get_active(GTK_SWITCH(self->check_intercept));
|
||||
#endif
|
||||
|
||||
/* Try to write new config */
|
||||
|
||||
Reference in New Issue
Block a user