Skip to content

Commit

Permalink
Additional help text for Sunshie support
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Feb 8, 2023
1 parent 534b52e commit eb1c64a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion LGTV Companion UI/LGTV Companion UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LGTV Companion User/LGTV Companion User.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit eb1c64a

Please sign in to comment.