add output to projector open

patch bump
This commit is contained in:
onyx-and-iris 2025-05-26 21:59:46 +01:00
parent 2c7302cfde
commit 47b6ef49ed
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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}[/].'
)