mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-25 15:55:38 -04:00
Run IPC over multiprocessing lib instead of db
This commit is contained in:
parent
013c999152
commit
a091389fa1
3 changed files with 87 additions and 35 deletions
|
@ -169,7 +169,7 @@ class CustomMapMarker(ButtonBehavior, Image):
|
|||
lim = 0.5
|
||||
lum = (bg[0]+bg[1]+bg[2])/3
|
||||
if lum >= lim:
|
||||
self.source = join(dirname(__file__), "icons", "marker_light.png")
|
||||
self.source = join(dirname(__file__), "icons", "marker_dark.png")
|
||||
else:
|
||||
self.source = join(dirname(__file__), "icons", "marker_dark.png")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue