Add start background image

This commit is contained in:
Alberto Sottile 2020-10-17 16:52:27 +02:00
parent 0154f8a873
commit 9b5a87157c
2 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class IINAProcess(MPVProcess):
def _get_arglist(self, exec_location, **kwargs):
args = [exec_location]
args.append(resourcespath + 'syncplay.png')
args.append(resourcespath + 'iina-bkg.png')
self._set_default(kwargs, "mpv-input-ipc-server", self.ipc_socket)
args.extend("--{0}={1}".format(v[0].replace("_", "-"), self._mpv_fmt(v[1]))
for v in kwargs.items())

BIN
syncplay/resources/iina-bkg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB