mirror of
https://github.com/anufrievroman/waypaper.git
synced 2024-11-22 07:22:19 +03:00
Merge pull request #90 from darth62969/main
Fixed Issue with CMD Support for Multi-Monitor using state files.
This commit is contained in:
commit
160e88e532
@ -123,6 +123,7 @@ class Config:
|
||||
self.image_folder = pathlib.Path(image_folder_str).expanduser()
|
||||
if monitors_str:
|
||||
self.monitors = [str(monitor) for monitor in monitors_str.split(",")]
|
||||
self.selected_monitor = self.monitors[0]
|
||||
if wallpapers_str:
|
||||
self.wallpapers = [pathlib.Path(paper).expanduser() for paper in wallpapers_str.split(",")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user