From eb1c64a7394aeb07c1d5f58dd08d1f87d450ab95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Persson?= Date: Wed, 8 Feb 2023 18:30:22 +0100 Subject: [PATCH] Additional help text for Sunshie support --- LGTV Companion UI/LGTV Companion UI.cpp | 8 +++++++- LGTV Companion User/LGTV Companion User.rc | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/LGTV Companion UI/LGTV Companion UI.cpp b/LGTV Companion UI/LGTV Companion UI.cpp index ce2febf3..b338a0ea 100644 --- a/LGTV Companion UI/LGTV Companion UI.cpp +++ b/LGTV Companion UI/LGTV Companion UI.cpp @@ -61,6 +61,11 @@ CHANGELOG - Improved logic for the monitor topology feature - More help texts + v 2.1.0 - new command line options for setting/unsetting user idle mode (-idle, -unidle) + - bugfix: sunshine remote host support + - refactored code for common modules + - minor bugfixes + TODO: - [ ] Feature to power on only when PC input s selected on TV (if possible) @@ -1576,7 +1581,8 @@ LRESULT CALLBACK OptionsWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l "media players, production software or your web browser, In short, and simplified, this option is a more aggressively configured screen and " "power saver. \n\n" "The option to support remote streaming hosts will power off managed devices while the system is acting as streaming host or being remoted into. Supported " - "hosts include Nvidia gamestream, Moonlight, Steam Link and RDP. Please note that the devices will remain powered off until the remote connection is disconnected. ", + "hosts include Nvidia gamestream, Moonlight, Steam Link and RDP. \n\nPlease note that the devices will remain powered off until the remote connection is disconnected. \n\n" + "Also note that the Sunshine streaming host support require Sunshine logging level be at minimum on level \"Info\" (default)", L"Andvanced power options", MB_OK | MB_ICONINFORMATION); } // explain the pmulti-monitor conf diff --git a/LGTV Companion User/LGTV Companion User.rc b/LGTV Companion User/LGTV Companion User.rc index ee3774dd..8f1db2c0 100644 --- a/LGTV Companion User/LGTV Companion User.rc +++ b/LGTV Companion User/LGTV Companion User.rc @@ -68,7 +68,7 @@ BEGIN EDITTEXT IDC_EDIT,7,7,295,134,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | ES_WANTRETURN | WS_VSCROLL EDITTEXT IDC_EDIT3,7,166,94,14,ES_AUTOHSCROLL LTEXT "Seconds since last input (mouse, kb, controller)",IDC_STATIC,9,147,79,19 - PUSHBUTTON "Test",IDC_BUTTON1,187,159,50,14 + PUSHBUTTON "Test",IDC_BUTTON1,187,159,50,14,NOT WS_VISIBLE END