Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Apr 4, 2024
1 parent 737f817 commit 308ab24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file modified StartTAP/Resource.rc
Binary file not shown.
1 change: 1 addition & 0 deletions StartTAP/VisualTreeWatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ HRESULT AddSettingsPanel(Grid rootGrid)
RegGetValue(HKEY_CURRENT_USER, L"Software\\TranslucentSM", L"TintLuminosityOpacity", RRF_RT_DWORD, NULL, &dwLuminosity, &dwSize);
RegGetValue(HKEY_CURRENT_USER, L"Software\\TranslucentSM", L"HideSearch", RRF_RT_DWORD, NULL, &dwHide, &dwSize);
RegGetValue(HKEY_CURRENT_USER, L"Software\\TranslucentSM", L"HideBorder", RRF_RT_DWORD, NULL, &dwBorder, &dwSize);
RegGetValue(HKEY_CURRENT_USER, L"Software\\TranslucentSM", L"HideRecommended", RRF_RT_DWORD, NULL, &dwRec, &dwSize);


static Border acrylicBorder = FindDescendantByName(rootGrid, L"AcrylicBorder").as<Border>();
Expand Down
Binary file modified start/Resource.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions start/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,0,0
PRODUCTVERSION 0,5,0,0
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x25L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Rounak"
VALUE "FileDescription", "TranslucentSM Loader"
VALUE "FileVersion", "0.5.0.0"
VALUE "FileVersion", "0.6.0.0"
VALUE "InternalName", "start.exe"
VALUE "LegalCopyright", "Copyright (C) 2024 Rounak"
VALUE "OriginalFilename", "start.exe"
VALUE "ProductName", "TranslucentSM"
VALUE "ProductVersion", "0.5.0.0"
VALUE "ProductVersion", "0.6.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 308ab24

Please sign in to comment.