Compare commits

...

3 Commits

Author SHA1 Message Date
Seraphima Zykova
ba4b91a227 [OOBE] Updated KBM preview gif (#12932) 2021-08-27 18:43:46 +01:00
Niels Laute
dc52fd8b74 Updated strings for powerrename (#12927)
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-08-27 18:43:37 +01:00
Seraphima Zykova
2696b935c5 check desktop id (#12930) 2021-08-27 18:43:30 +01:00
3 changed files with 5 additions and 7 deletions

View File

@@ -356,7 +356,8 @@ void FancyZones::WindowCreated(HWND window) noexcept
return;
}
if (!m_virtualDesktop.IsWindowOnCurrentDesktop(window))
auto desktopId = m_virtualDesktop.GetDesktopId(window);
if (desktopId.has_value() && *desktopId != m_currentDesktopId)
{
// Switch between virtual desktops results with posting same windows messages that also indicate
// creation of new window. We need to check if window being processed is on currently active desktop.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -556,16 +556,13 @@
<value>Settings theme</value>
</data>
<data name="PowerRename_Toggle_EnableOnContextMenu.Header" xml:space="preserve">
<value>Show in default context menu's</value>
</data>
<data name="PowerRename_Toggle_EnableOnContextMenu.Description" xml:space="preserve">
<value>PowerRename appears in the default context menu whenever you right-click one or multiple files</value>
<value>Show icon on context menu</value>
</data>
<data name="PowerRename_Toggle_EnableOnExtendedContextMenu.Header" xml:space="preserve">
<value>Show in extended context menu's</value>
<value>Appear only in extended context menu</value>
</data>
<data name="PowerRename_Toggle_EnableOnExtendedContextMenu.Description" xml:space="preserve">
<value>PowerRename only appears in extended context menu's (press Shift + right-click)</value>
<value>Press Shift + right-click on files to open the extended menu</value>
</data>
<data name="PowerRename_Toggle_MaxDispListNum.Header" xml:space="preserve">
<value>Maximum number of items</value>