Skip to content

Commit 368165b

Browse files
committed
ui tweak
1 parent 9eda1d9 commit 368165b

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

Common/common_app_define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// common application definitions
44
#define APPNAME L"LGTV Companion"
5-
#define APP_VERSION L"5.6.2"
5+
#define APP_VERSION L"5.7.0"
66
#define CONFIG_FILE L"config.json"
77
#define LOG_FILE L"log.txt"
88
#define WINDOW_CLASS_UNIQUE L"YOLOx0x0x0181818"

LGTV Companion Setup/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- When publishing updated version, make sure to update "ProductCode" GUID and "Version" -->
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui" >
33
<Package Name="LGTV Companion" Language="1033"
4-
Version="5.6.2" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A" InstallerVersion="500"
5-
ProductCode="{B1750E5C-4E92-4F2D-84AB-DADF9BEF8341}">
4+
Version="5.7.0" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A" InstallerVersion="500"
5+
ProductCode="{30E34C39-D56E-421E-A99E-F044E461AAE1}">
66
<SummaryInformation Description="LGTV Companion installer" />
77
<Media Id="1" Cabinet="LGTVapp.cab" EmbedCab="yes" />
88
<MajorUpgrade DowngradeErrorMessage="A newer version of LGTV Companion is already installed." />
14 Bytes
Binary file not shown.

LGTV Companion UI/lgtv_companion_ui.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,8 +2979,9 @@ LRESULT CALLBACK WndUserIdleProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
29792979
}
29802980
else if (wParam == IDC_SYSLINK_INFO_SYSWIDE)
29812981
{
2982-
customMsgBox(hWnd, L"Some programs can cause Windows to register input that never actually happened, which prevents idle detection from ever triggering. Enabling this ignores that system-wide signal and relies only on directly-detected keyboard, mouse, and controller input. "
2983-
"Note: this may also disable idle detection in situations where direct input can't be seen, such as over Remote Desktop.", L"Only count direct input", MB_OK | MB_ICONINFORMATION);
2982+
customMsgBox(hWnd, L"Specify if the TV's speakers should be muted when User Idle Mode is triggered.\n\n"
2983+
"Consider disabling the fallback input detection if you are experiencing an issue where User Idle Mode does not trigger properly. "
2984+
"The fallback method is however required when working with some virtual or remote desktops.", L"User Idle Mode Other", MB_OK | MB_ICONINFORMATION);
29842985
}
29852986
else if (wParam == IDC_SYSLINK_ADD)
29862987
{

0 commit comments

Comments
 (0)