mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-09 02:35:05 -05:00
Cleanup
This commit is contained in:
parent
8cd00f29d9
commit
017a1c1b28
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ else:
|
|||
|
||||
if not RNS.vendor.platformutils.is_android():
|
||||
scaling_factor = 1.0
|
||||
if not RNS.vendor.platformutils.is_windows() and not RNS.vendor.platformutils.is_darwin()
|
||||
if not RNS.vendor.platformutils.is_windows() and not RNS.vendor.platformutils.is_darwin():
|
||||
try: scaling_factor = float(os.environ["KIVY_METRICS_DENSITY"])
|
||||
except Exception as e: pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue