From d40ed4eac0711da40b155dc04e69b22d171f1a9d Mon Sep 17 00:00:00 2001 From: lainsce Date: Wed, 21 Aug 2024 14:30:03 -0300 Subject: [PATCH] Another fix --- fuses/appearance/Views/AppearanceView.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuses/appearance/Views/AppearanceView.vala b/fuses/appearance/Views/AppearanceView.vala index 0437d1e..87c7d60 100644 --- a/fuses/appearance/Views/AppearanceView.vala +++ b/fuses/appearance/Views/AppearanceView.vala @@ -264,7 +264,7 @@ public class AppearanceView : Gtk.Box { EnsorModeButton child = ((EnsorModeButton)ensor_flowbox.flowbox.get_selected_children ().nth_data (0).get_child ()); var sels = ((int)Math.floor (fusebox_appearance_settings.get_int ("wallpaper-accent-choice") / 4)); - tau_appearance_settings.set_string ("accent-color", He.hexcode_argb (child.colors.get(sel))); + tau_appearance_settings.set_string ("accent-color", He.hexcode_argb (child.colors.get(sels))); multi.set_active (false); red.set_active (false); @@ -297,7 +297,7 @@ public class AppearanceView : Gtk.Box { EnsorModeButton child = ((EnsorModeButton)ensor_flowbox.flowbox.get_selected_children ().nth_data (0).get_child ()); var sels = ((int)Math.floor (fusebox_appearance_settings.get_int ("wallpaper-accent-choice") / 4)); - tau_appearance_settings.set_string ("accent-color", He.hexcode_argb (child.colors.get(sel))); + tau_appearance_settings.set_string ("accent-color", He.hexcode_argb (child.colors.get(sels))); multi.set_active (false); red.set_active (false);