Skip to content

Commit

Permalink
Update DisplayWidget.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Feb 22, 2024
1 parent 4240651 commit 7a14b78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Widgets/DisplayWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ public class Display.DisplayWidget : Gtk.EventBox {
public signal void active_changed ();

public Display.VirtualMonitor virtual_monitor { get; construct; }
public string bg_color { get; construct; }
public string text_color { get; construct; }
public string display_name { get {return virtual_monitor.get_display_name (); }}

public double window_ratio { get; private set; default = 1.0; }
public DisplayWindow display_window { get; private set; }
public bool connected { get; set; }

public string bg_color { get; construct; }
public string text_color { get; construct; }

public Gtk.Button primary_image { get; private set; }
public Gtk.MenuButton toggle_settings { get; private set; }

Expand Down

0 comments on commit 7a14b78

Please sign in to comment.