mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-24 12:02:23 +00:00
Merge branch 'master' of github.com:ralsina/randroll
This commit is contained in:
commit
31b9d38d0b
@ -254,6 +254,12 @@ class Window(QObject):
|
||||
self.adjust_view()
|
||||
self.scale_changed() # Trigger scale labels update
|
||||
|
||||
def detect_scaling_mode(self, monitor):
|
||||
"""Given a monitor's data, try to guess what scaling
|
||||
mode it's using."""
|
||||
|
||||
|
||||
|
||||
def choose_a_monitor(self):
|
||||
"""Choose what monitor to select by default.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user