placeholder for scaling mode detection heuristics

This commit is contained in:
Roberto Alsina 2020-02-03 13:23:53 -03:00
parent c220bdcd74
commit e23a95baca
1 changed files with 6 additions and 0 deletions

View File

@ -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.