mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-07 20:20:32 +01:00
add output to projector open
patch bump
This commit is contained in:
parent
2c7302cfde
commit
47b6ef49ed
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = "0.13.1"
|
__version__ = "0.13.2"
|
||||||
|
@ -64,3 +64,7 @@ def open(
|
|||||||
source_name=source_name,
|
source_name=source_name,
|
||||||
monitor_index=monitor_index,
|
monitor_index=monitor_index,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
out_console.print(
|
||||||
|
f'Opened projector for source [bold]{source_name}[/] on monitor [bold]{monitor_index}[/].'
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user