diff --git a/src/DesktopPlus/DesktopPlus.rc b/src/DesktopPlus/DesktopPlus.rc index 9388dce..801f1fa 100644 Binary files a/src/DesktopPlus/DesktopPlus.rc and b/src/DesktopPlus/DesktopPlus.rc differ diff --git a/src/DesktopPlusUI/DesktopPlusUI.rc b/src/DesktopPlusUI/DesktopPlusUI.rc index 6acc43e..4e814ff 100644 Binary files a/src/DesktopPlusUI/DesktopPlusUI.rc and b/src/DesktopPlusUI/DesktopPlusUI.rc differ diff --git a/src/DesktopPlusUI/WindowSettings.cpp b/src/DesktopPlusUI/WindowSettings.cpp index 3c6e371..74398bc 100644 --- a/src/DesktopPlusUI/WindowSettings.cpp +++ b/src/DesktopPlusUI/WindowSettings.cpp @@ -157,9 +157,9 @@ void WindowSettings::UpdateWarnings() if (ImGui::BeginPopup("FocusedElevatedContext")) { - if (ImGui::Selectable("Try changing Focus")) + if (ImGui::Selectable("Switch Task")) { - UIManager::Get()->TryChangingWindowFocus(); + IPCManager::Get().PostMessageToDashboardApp(ipcmsg_action, ipcact_action_do, action_switch_task); UIManager::Get()->RepeatFrame(); } else if ((UIManager::Get()->IsElevatedTaskSetUp()) && ImGui::Selectable("Enter Elevated Mode")) @@ -3076,7 +3076,7 @@ void WindowSettings::UpdateCatMisc() ImGui::Columns(2, "ColumnVersionInfo", false); ImGui::SetColumnWidth(0, column_width_0 * 2.0f); - ImGui::Text("Desktop+ Version 2.6.1"); + ImGui::Text("Desktop+ Version 2.6.2 Beta"); ImGui::Columns(1); } @@ -4197,7 +4197,7 @@ void WindowSettings::PopupQuickStartGuide() "\n" "The first overlay is special. It's only visible in and fixed to the Desktop+ dashboard tab.\n" "If you wish to bring an desktop into the game world for example, you need to add another overlay.\n"); - + ImGui::AlignTextToFramePadding(); ImGui::Text("Additional overlays can be created by clicking on "); ImGui::SameLine(0.0f, 0.0f); @@ -4225,7 +4225,7 @@ void WindowSettings::PopupQuickStartGuide() ImGui::TextWrapped("Actions in Desktop+ are functions which can be bound to controller inputs, added to the Action Bar at the bottom as buttons and more.\n\n" "There are built-in and user-defined custom actions. Custom actions can do things like pressing keyboard shortcuts, text input, execute applications, and control overlay state.\n" "\n" - "\"Switch Task\", \"Open ReadMe\" and \"Middle/Back Mouse Button\" are examples of custom actions.\n" + "\"Open ReadMe\" and \"Middle/Back Mouse Button\" are examples of custom actions.\n" "You may change or even remove them entirely if you want to."); break; } diff --git a/src/DesktopPlusWinRT/DesktopPlusWinRT.rc b/src/DesktopPlusWinRT/DesktopPlusWinRT.rc index 0c22809..c6f2f88 100644 --- a/src/DesktopPlusWinRT/DesktopPlusWinRT.rc +++ b/src/DesktopPlusWinRT/DesktopPlusWinRT.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,6,1,0 - PRODUCTVERSION 2,6,1,0 + FILEVERSION 2,6,2,0 + PRODUCTVERSION 2,6,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "elvissteinjr" VALUE "FileDescription", "Desktop+ WinRT Wrapper" - VALUE "FileVersion", "2.6.1.0" + VALUE "FileVersion", "2.6.2.0" VALUE "LegalCopyright", "Copyright © 2019 - 2021 elvissteinjr" VALUE "ProductName", "Desktop+ WinRT" - VALUE "ProductVersion", "2.6.1.0" + VALUE "ProductVersion", "2.6.2.0" END END BLOCK "VarFileInfo"