pygui: able to start session with multiple canvases, just using 1 canvas for now
This commit is contained in:
parent
6f43d0e88f
commit
9621df6bc4
5 changed files with 34 additions and 24 deletions
|
@ -555,6 +555,8 @@ class CoreClient:
|
|||
mobility_player.show()
|
||||
|
||||
def set_metadata(self) -> None:
|
||||
# TODO: handle metadata for multiple canvases
|
||||
return
|
||||
# create canvas data
|
||||
wallpaper_path = None
|
||||
if self.app.canvas.wallpaper_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue