Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 15, 2025
1 parent bc0e9ec commit 8a07266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gestures/GestureTracker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public class Gala.GestureTracker : Object {
*/
public bool enabled { get; set; default = true; }

public bool recognizing { get; private set; }
public bool recognizing { get; private set; default = false; }

public bool has_started { get; private set; default = false;}
public bool has_started { get; private set; default = false; }

/**
* Emitted when a new gesture is detected.
Expand Down

0 comments on commit 8a07266

Please sign in to comment.