Skip to content

Commit

Permalink
fix: default to system cursor to prevent bugginess
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 23, 2023
1 parent 33dc738 commit 7eb37c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Models/StyleManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,10 @@ public class He.StyleManager : Object {
Misc.toggle_style_provider (accent, true, STYLE_PROVIDER_PRIORITY_ACCENT);
Misc.toggle_style_provider (user_base, true, STYLE_PROVIDER_PRIORITY_USER_BASE);

// Setup the platform gtk theme, cursor theme and the default icon theme.
// Setup the platform gtk theme and default icon theme.
var settings = Gtk.Settings.get_default ();
settings.gtk_theme_name = "Helium-empty";
settings.gtk_icon_theme_name = "Hydrogen";
settings.gtk_cursor_theme_name = "Hydrogen";

is_registered = true;

Expand Down

0 comments on commit 7eb37c7

Please sign in to comment.