mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-14 19:17:35 +01:00
Version: 22000.493.42.31
This commit is contained in:
parent
d8d3221fd3
commit
80106bbd7d
@ -156,6 +156,14 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
* Fixed a bug that made the search, Cortana and task view buttons display on the left even though the taskbar was set to center with Start menu (#999)
|
||||
* Disabling the "Recommended" section in the Windows 11 Start menu now works in newer OS builds as well (#995)
|
||||
|
||||
##### .31
|
||||
|
||||
* The Microsoft icon pack for the weather widget applies to the widget contents as well, in addition to the taskbar icon
|
||||
* Fixed a bug that slightly moved the taskbar buttons to the right when dragging to rearrange one of them over the first or last item when using the centered Windows 10 taskbar (#1009)
|
||||
* Fixed a bug that crashed the "Properties" window when accessing the "System tray" section in Windows 10 (#1013)
|
||||
* Fixed a bug that prevented the Mica effect from working on File Explorer windows when the "Launch folder windows in a separate process" setting was used (#1021)
|
||||
* Fixed a bug that made certain systems, under certain circumstances, to become stuck in "tablet mode"; symptoms included more spacing between taskbar icons, compact view permanently disabled in File Explorer, and/or item checkboxes permanently enabled in File Explorer (#1022). After installing this update, if you are still stuck with the tablet UI, open the Registry Editor, go to `HKEY_LOCAL_MACHINE\SOFTWARE\\Microsoft\\TabletTip\\ConvertibleSlateModeChanged` and delete the `ConvertibleSlateModeChanged` which most likely is stuck to value `1`.
|
||||
|
||||
## 22000.469.41
|
||||
|
||||
Tested on OS build 22000.434.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 493
|
||||
#define VER_BUILD_HI 42
|
||||
#define VER_BUILD_LO 30
|
||||
#define VER_BUILD_LO 31
|
||||
#define VER_FLAGS VS_FF_PRERELEASE
|
||||
|
||||
|
||||
@ -12,5 +12,5 @@
|
||||
#define VER_STR(arg) #arg
|
||||
|
||||
// The String form of the version numbers
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.30"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.30"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.31"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.31"
|
||||
|
Loading…
Reference in New Issue
Block a user