elementary / switchboard-plug-display

Switchboard Displays Plug
https://elementary.io
GNU General Public License v3.0
14 stars 18 forks source link

DisplayWidget: Disable use_switch on primary display #313

Closed cassidyjames closed 3 years ago

cassidyjames commented 3 years ago

Fixes #312. Since a single display will always be the primary display, we don't need to bind to that property. I moved the set_primary down to ensure the switch is constructed first, then set the sensitivity when setting the primary display to ensure it stays in sync. Also fixed capitalization while I was here.