Jeremy Sinclair
26c8e1b1bf
[FileLocksmith] Update TFM to .NET 8
2023-09-20 12:46:40 -04:00
Jeremy Sinclair
97f601aac6
[Analyzers] Disable CS1615, CS9191
2023-09-20 09:58:52 -04:00
Jeremy Sinclair
a626272bde
[Analyzers] Fix for C26495
2023-09-20 09:49:03 -04:00
Davide Giacometti
0a1759028d
[Hosts]Fix move up/down not being disabled when filtering ( #28615 )
2023-09-20 11:46:36 +01:00
Jeremy Sinclair
5867b12d67
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-19 12:04:24 -04:00
Jeremy Sinclair
3dbf3a6ba7
[Analyzers] Remove CA1309, CA1860-CA1865, CA1869, CA2208 from warning.
2023-09-19 11:43:56 -04:00
Jeremy Sinclair
731613b8c4
[Build] Update TFM to .NET 8 for publish profiles
2023-09-19 11:23:55 -04:00
Seraphima Zykova
bdf9a44717
[FancyZones]Set FancyZones process and main thread priority to Normal ( #28581 )
2023-09-19 15:47:05 +01:00
Jaime Bernardo
e09839dd6e
[PreviewHandlers]Ignore telemetry exceptions ( #28612 )
2023-09-19 15:41:17 +01:00
Jaime Bernardo
b471c98f7e
[FileLocksmith]Avoid GDI object leak on context menu ( #28611 )
2023-09-19 15:40:58 +01:00
Jaime Bernardo
c31211241d
[MWB]Fix thread suspend crash on process restart ( #28609 )
2023-09-19 15:40:41 +01:00
Pedro Lamas
4ba1d83cf5
[FileExplorerAddOns]Improves handling of Gcode Thumbnails ( #27947 )
...
* Improves handling of Gcode Thumbnails
* Remove Peek support
* Moves GcodeHelper to PreviewHandlerCommon
* Reverts minor change
* Skip unknown data on GcodeHelper.GetBestThumbnail
* Replaces QOI.Core with QoiImage
* Fixes spellchecker
* Reverts changes to NOTICE.md
* Minor QoiImage improvements
* Use custom QoiPixel struct
* Add MIT notice for the QOI reference code
* Fix spellcheck for the MIT notice
* Update NOTICE.md
tweaked notice a bit
2023-09-19 15:33:55 +01:00
ChaseKnowlden
cc454701b8
[PTRun]UI for turning on Pinyin on Settings ( #24293 )
...
* Conflict resolving Part 1
* Conflict resolving Part 2
* Conflict resolving Part 3
* Conflict resolving part 4
* fix usepinyin
* Add test and fix setting
* Fix whitespace
* Fix prefix name
* Add mention that it doesn't work for every plugin
2023-09-19 15:31:33 +01:00
Jeremy Sinclair
390e0e5781
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-15 23:17:40 -04:00
Davide Giacometti
b8a83fba1b
[BugReport]Fix hang when bug report is launched ( #28506 )
...
* fix hang when bug report is launched from flyout
* Normalize output dir for release
2023-09-15 07:34:17 +01:00
Davide Giacometti
51906e68a4
[Hosts]Fix content dialogs overlapping title bar ( #28547 )
...
* fix content dialogs overlapping title bar
* fix spellcheck
2023-09-15 07:23:20 +01:00
gokcekantarci
368ed68271
[PTRun][Program]Exception handling and checks at startup thumbnail generation ( #28534 )
...
* [PTRun] Exception handling and other checks are added.
* [PTRun] Revert lines
2023-09-15 06:49:23 +01:00
Niels Laute
6af6f4f43f
[Deps]Upgrading to CommunityToolkit.WinUI v8.0 ( #28205 )
...
* Adding new package references
* Updating namespaces and controls
* Fixing GridSplitter
* Bump up version numbers
* Fix namespaces for Settings
* Fixing FontIcon extensions
* Use Toolkit converters
* Update notice
* Remove unused reference
* Namespace fixes
* Update MainPage.xaml
* Upgrading packages to latest
* Resolve CI issues
* Fix Hosts merge
2023-09-14 17:41:31 +01:00
Jeremy Sinclair
40a9b51ebb
CA1854: Use TryGetValue instead of ContainsKey
2023-09-13 19:44:25 -04:00
Jeremy Sinclair
c1dca857c2
Update RIDs to reflect breaking changes in .NET 8
2023-09-12 23:12:20 -04:00
Jeremy Sinclair
fdb25f5855
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-12 23:03:52 -04:00
Jeremy Sinclair
ed9e20a5fc
Disabled CA1859, CA1716, SYSLIB1096 analyzers
2023-09-12 23:03:25 -04:00
Stefan Markovic
43549eba77
[RegistryPreview]Fix showing in the background on start ( #28452 )
...
* [RegistryPreview] Fix showing in the background on start
* Use existing window handle
2023-09-12 14:50:02 +01:00
Jaime Bernardo
67a2dc0d6f
[PTRun][Calc]Keep leading zeroes on languages where . is not a separator ( #28451 )
...
* [PTRun][Calc]Keep leading zeroes on languages where . is not a separator
* Adapt tests
2023-09-12 11:22:34 +01:00
Davide Giacometti
3253df782a
[Dev]Automatically add header to .cs files ( #28427 )
2023-09-12 11:21:22 +01:00
Davide Giacometti
ebd051ff61
[General]Display in titlebar/tray if running as admin ( #28425 )
...
* display in titlebar if running as admin
* show run as admin in tray tooltip
2023-09-12 11:11:26 +01:00
Stefan Markovic
63975600f1
[HostsModuleInterface]Check correct event for error ( #28412 )
2023-09-12 10:45:29 +01:00
Davide Giacometti
184c618398
[Hosts]Entries context menu refactoring ( #28367 )
2023-09-12 10:28:25 +01:00
gokcekantarci
e856e05fad
[PTRun][Shell]Select which shell is used ( #28121 )
...
* [PTRun] LeaveShellOpen condition added to run command
* [PTRun] Keep shell open added to shell plugin settings.
* [PTRun] Unnecessary variable deleted. Formatting.
* [PTRun] Variable name changed.
* [PTRun] Shell selection
* [PTRun] Bugfix
* [PTRun] Review comments.
* [PTRun] Revert commit
* [PTRun] An enumaration is added to PluginAdditionalOption for selection types.
2023-09-11 11:54:06 +01:00
Joseph Finney
6ee326beb4
[TextExtractor]Version 2.0 with table scan and many QOL improvements ( #28358 )
...
* Remove unsed code and organize.
* If clicking a word hide the overlay to do the OCR
Code formatting
* spelling
* Add ResultTable
* Result Table working
* Spelling Fixes
* Initial Get UX for new Overlay UX working
* Basic top buttons working and loading correctly
* use Single Line and Table Toggle buttons when doing OCR
* Code style and error and warning removal
* Dispose Wrapping Stream as much as possible
* Fix spelling catches
* Use WPF UI 3.0.0-Preview.4
* Revert changes to ColorPicker UI
* Add Settings DeepLink
* Use Accent Color where possible
* Remove redundant button styles,
fix table click event
* Fix disposing too early
2023-09-11 10:32:49 +01:00
Davide Giacometti
6c09565244
[Hosts]Improved save error handling ( #28215 )
2023-09-08 16:25:36 +01:00
gokcekantarci
5e353640d7
[OOBE]SetTheme function added for oobe in HandleThemeChange function. ( #28345 )
2023-09-07 16:44:42 +01:00
peerpalo
ef56dcacf0
[ColorPicker]Scroll color history to top after choosing new color ( #28291 )
2023-09-07 16:32:45 +01:00
Andrey Nekrasov
16e105106b
[SVGThumbnail]Optimize CPU usage ( #28286 )
...
* [SVG Thumbnail] Optimize CPU usage
* add missing zero
2023-09-07 16:06:49 +01:00
poke30744
4d95adc6fc
[FileLocksmith]Detect files opened by processes with PID > 65535 ( #28265 )
...
It is to fix the bug that FileLocksmith cannot detect a process with a PID greater than 65535.
2023-09-07 15:56:10 +01:00
Andrey Nekrasov
380895a2ca
[PowerRename] Do not crash with big counter values and bound max padd… ( #28249 )
2023-09-07 16:33:07 +02:00
Aaron Junker
2ecf5f41c2
[QuickAccent]Add é to Norwegian and Swedish ( #28225 )
2023-09-07 11:34:15 +01:00
Dongle
937e7b0c00
[Deps]Upgrade to WinAppSDK 1.4 ( #28310 )
...
* Update to WASDK 1.4
* Remove redundant title bar styles.
* Update notice
* Update C++ projects as well
* Upgrade CppWinRT too
* Add exception to WASDK file version set to 1.0.0.0
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-09-07 09:36:47 +01:00
Jeremy Sinclair
ce5e0d7981
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-06 12:08:41 -04:00
Andrey Nekrasov
2aff860e3d
[KBM]Display VK_SUBTRACT key as "- (Substract)" to distinguish from VK_OEM_MINUS ("-") ( #28271 )
2023-09-06 14:54:52 +01:00
Moritz Kertesz
6cdcaddb7a
[Awake]Extend .ico with down-sampled variants ( #28194 )
...
- Move original icon 2px down and 1px left to produce sharper down-sampling results
- Create ICO-pages for 64x64, 48x48, 32x32, 24x24, 20x20 and 16x16 icon versions
2023-09-05 18:46:52 +01:00
Danny Summerlin
91f7493b8b
[QuickAccent]Calculate accents for "all languages" by querying all languages ( #28164 )
...
* PowerAccent: make All collect from Lang functions rather than return from manually updated list
* I forgot the semicolon
---------
Co-authored-by: dannysummerlinjstartorg <danny.summerlin@jstart.org>
2023-09-05 14:27:01 +01:00
Laszlo Nemeth
83bb573223
[Accessibility]Turn animations off based on Windows settings ( #28128 )
...
* FindMyMouse: switch animations on/off based on global windows settings
* Fancy Zones: enable/disable animations based on global Windows settings
* Shortcut Guide: enabling/disabling animations based on global Windows settings
* spell checker
* Making MouseUtils settings dependent on global windows settings, AnimationEffects. If the global settings is disabled the MouseUtils animation settings is disabled too, description shows the reason.
* Adding error detection, log on SystemParametersInfo call.
* Adding infobar instead of changing description of the settingsbar.
* spell checker
* moving native constant into NativeMethods class
2023-09-05 14:25:24 +01:00
Davide Giacometti
298a5eba2a
[Hosts]Ignore default ACME sample entries ( #28163 )
2023-09-05 12:13:41 +01:00
Davide Giacometti
83f0625427
[FindMyMouse]Support different activation modes ( #28096 )
...
* multiple activation modes for find my mouse
* use custom shortcut
2023-09-04 16:58:37 +01:00
Jeremy Sinclair
752c298ef3
[PTRun][System] Sort NetworkInterfaces by IPv4, then IPv6 ( #28220 )
...
Updated GetList method to sort by IPv4, then IPv6 adapter interfaces to match test logic
2023-09-04 16:16:58 +01:00
Jaime Bernardo
90e5362385
[Tests]Disallow user override of culture options while running tests ( #28207 )
...
* [Tests]Disallow user override of culture options while running tests
* Revert unintended changes to the system's plugin
* Embed utc in the date to run utc tests on other timezones
2023-09-04 16:16:26 +01:00
Seraphima Zykova
25e346db92
[FancyZones Editor] Fix layout selection after deleting custom ( #28219 )
2023-08-30 16:24:19 +02:00
Laszlo Nemeth
657e9915ac
[Registry Preview] Adding missing resource string ( #28216 )
...
* Adding missing resource string
* Modify value
2023-08-30 15:18:46 +02:00
Seraphima Zykova
742e50eed7
[FZEditor]Fix "Save and close" not updating layouts ( #28201 )
...
* keep editing model
* hotkey backup
* added restore to base model
* pass model as an arg to edit and backup
* init canvas zones
* serialization
* not needed line
2023-08-29 20:24:30 +01:00
Seraphima Zykova
2305c8e754
[FancyZones] Prevent snapping to invalid zone ( #28206 )
2023-08-29 18:59:02 +02:00
Jaime Bernardo
ebc181bced
[Settings]Flyout disables awake even if Settings page is opened ( #28198 )
2023-08-29 12:23:23 +01:00
Jaime Bernardo
e2a3b7dd22
[Peek]Fix crash while loading thumbnails for small pngs ( #28190 )
2023-08-29 12:22:29 +01:00
Laszlo Nemeth
2e74b5dae8
Fixing json property name to match with the settings file ( #28189 )
2023-08-29 13:21:52 +02:00
Andrey Nekrasov
ddefc27fd7
[PowerRename] Enable enumItems by default properly ( #28191 )
2023-08-29 10:57:45 +02:00
Jeremy Sinclair
4b06237af0
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-08-27 11:08:38 -04:00
Niels Laute
8d78dd99fd
Adding icon ( #28151 )
2023-08-25 20:11:35 +02:00
Seraphima Zykova
b3532b8c91
[Always on top] Transparent border ( #28127 )
2023-08-25 10:31:51 +02:00
Davide Giacometti
738072f508
Fix exception throw ( #28104 )
...
* fix exception throw
* fix settings crash
* throw runtime_error
2023-08-24 14:53:48 +02:00
Davide Giacometti
83143169c6
Crop And Lock added to Run plugin ( #27927 )
2023-08-24 14:53:33 +02:00
Pedro Lamas
c1316fc9f8
[Peek] show thumbnail and fallback to icon on unsupported files ( #27979 )
2023-08-24 12:10:45 +02:00
Jeremy Sinclair
723e49b662
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-08-23 20:01:08 -04:00
Jeremy Sinclair
71677a15d8
Switch to StartsWith using StringComparison.Ordinal
2023-08-23 20:00:46 -04:00
Jeremy Sinclair
5d1c3e6d2d
ArgumentNullException.ThrowIfNull in Helper
2023-08-23 20:00:01 -04:00
Andrey Nekrasov
efee03eb99
[KBM] Distinguish numpad keys ( #28097 )
2023-08-23 18:56:40 +02:00
Seraphima Zykova
c2bb2a8c3a
[FancyZones Editor] Duplicating non-selected layout applies duplicated layout fix ( #28042 )
2023-08-22 20:25:03 +02:00
gokcekantarci
5426759b9c
Pt run] keep shell open ( #28041 )
...
* [PTRun] LeaveShellOpen condition added to run command
* [PTRun] Keep shell open added to shell plugin settings.
* [PTRun] Unnecessary variable deleted. Formatting.
* [PTRun] Variable name changed.
2023-08-22 17:16:42 +02:00
Seraphima Zykova
6acae53e2c
[FancyZones] Improve code quality (part 6) ( #28034 )
2023-08-22 14:57:45 +02:00
Davide Giacometti
7c7f6cabf7
[Peek][Monaco Preview] Open Monaco URI in default browser ( #27774 )
...
* open Monaco URI in default browser
* added dialog when URI is opened
2023-08-21 15:51:29 +02:00
Andrey Nekrasov
a46b80c76f
[PowerRename] Enable "Enumerate items" by default ( #28075 )
2023-08-21 15:42:28 +02:00
League of Poro
d4ae13238e
Added base64 decode function to the Value Generator ( #27835 )
2023-08-21 12:05:08 +02:00
Deepak Sangle
a8b7d4d627
Fix/peek/file size ( #28051 )
...
* [Peek] displaying file size in correct grammatical format
* Update Directory.Packages.props
* removed unnecessary file
2023-08-21 10:58:50 +02:00
Jeremy Sinclair
27f4f56d2d
Switching to ObjectDisposedException.ThrowIf
2023-08-16 13:19:51 -04:00
Jeremy Sinclair
575e49f70c
ArgumentNullException.ThrowIfNull for CropAndLockViewModel
2023-08-16 13:19:16 -04:00
Jeremy Sinclair
c05270aafd
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-08-16 12:50:18 -04:00
Jeremy Sinclair
132a6cc489
Switch to use ArgumentNullException.ThrowIfNull
2023-08-16 12:45:55 -04:00
Stefan Markovic
7c5f2a5dc1
[thumbnail previewers] Release source file after reading it ( #28011 )
2023-08-16 15:00:04 +02:00
Stefan Markovic
88b92afe5f
Use Strings/*/Resources.resw instead of Properties/ one ( #27972 )
2023-08-15 18:28:49 +02:00
Seraphima Zykova
3dcfd93ee8
[FancyZones Editor] Highlight the user-defined default layout when no layout applied ( #27879 )
2023-08-15 12:25:54 +02:00
Andrey Nekrasov
7ab2717b09
[PowerRename] Remember last window size and optimize sorting ( #27978 )
...
We don't need to sort deeper layers, because they're being enumerated using explorer API and will appear in order anyway
2023-08-14 21:43:31 +02:00
Davide Giacometti
1d35263e4a
fix InvalidOperationException collection was modified ( #27975 )
2023-08-14 19:23:08 +02:00
Andrey Nekrasov
268614ccd9
[PowerRename] Introduce advanced counter functionality ( #27895 )
2023-08-14 16:53:49 +02:00
Davide Giacometti
bcb0942b73
don't accumulate installer ( #27908 )
2023-08-14 10:55:12 +02:00
Stefan Markovic
00dc4981d1
Localize renameParts combo box ( #27950 )
2023-08-12 13:17:21 +02:00
Jaime Bernardo
24dfec624e
[Settings]Fix IsEnabledTextBlock secondary style ( #27928 )
2023-08-11 09:54:31 +02:00
Laszlo Nemeth
412dfa0c48
[Runner]Adding param when restarting to detect restart loop ( #27794 )
...
* [Runner] adding param when restarting to detect restart loop
* modifying comment to be more precise
* Adding log for the restart-loop-break scenarios
2023-08-10 11:59:36 +01:00
Jaime Bernardo
7ecfc58caa
[New Utility]Crop And Lock ( #27832 )
...
* [CropAndLock]Original POC code dump
* Project rename and delete solution
* Remove unused architectures
* Update cppwinrt to be in line with the solution
* Add to PowerToys solution and fix build errors
* Initial module interface empty project
* Module skeleton based on AlwaysOnTop
* Add loggers to module interface
* Add crop and lock to the runner
* Enable starts and disable kills the process
* Events reacting to hotkeys
* Main application reacting to events
* Initialize unhandled exception handling
* Singleton in line with other projects
* Also exit when PowerToys exit is detected
* Create Settings page
* React to shortcut changes in Settings
* Disable Crop and Lock through an Event
* Disable running Crop and Lock standalone
* Remove Crop and Lock tray icon
* Module Interface dll version
* Fix main app resource file to include version
* Make pch conditional on CI build
* Add to signing
* Remove settings screen opened by removed tray icon
* Fix spellcheck
* Yet another fix for spellcheck
* Fix disabling utility
* Fix solution build configurations
* Fix C++ analyzer errors
* Try to fix pre-compiled header CI errors
* Fix crash while exiting with an active reparent window
* Fix missing reference when building in release CI
* Add OOBE page
* GPO: Add admx and adml file changes
* GPO: react to changes in GPO
* Add quick access flyout menu entry
* Use Crop And Lock icon
* Use actual images for Settings and OOBE
* Module and app telemetry
* Add entry to README.md
* Add to process lists
* Additional logging
* Attribution in Settings page
* Add attribution to Community.md
* Fix spellcheck
* Fix typo in strings
* Fix crash when window handle is no longer valid
* Update COMMUNITY.md
* Fix supportedOS in manifest
* Don't show msgbox if detecting second instance
* Remove unused hotkey
* Tweak attribution
* Fix attribution spellcheck
2023-08-10 10:46:33 +01:00
Stefan Markovic
d2c5b365fa
[settings] Support launching settings app directly ( #27881 )
...
* Support launching settings app directly
* Update src/settings-ui/Settings.UI/SettingsXAML/App.xaml.cs
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/App.xaml.cs
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-08-10 10:02:50 +02:00
Jeremy Sinclair
f2680f051e
Updated PowerToys Interop to target .NET 8
2023-08-09 13:05:49 -04:00
Jeremy Sinclair
7de90461ab
Upgraded projects to target .NET 8
2023-08-09 13:04:21 -04:00
Seraphima Zykova
3fe2a2459d
[FancyZones] Fix canvas zones drawing ( #27882 )
2023-08-09 10:34:25 +02:00
Stefan Markovic
f0c30132a2
Remove CreateScheduledTask CA and handle task creation from runner code ( #27819 )
...
* Refactor to avoid code duplication
* Remove CreateScheduledTask CA
* Update installer/PowerToysSetupCustomActions/CustomAction.cpp
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
* Update installer/PowerToysSetupCustomActions/CustomAction.cpp
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
---------
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
2023-08-09 10:23:54 +02:00
Heiko
433edb4790
[PTRun][Settings plugin]Update device and bluetooth results ( #27823 )
...
* update settings list json
* add strings
* fix bthprops command
2023-08-08 19:33:11 +01:00
Davide Giacometti
8e712c6f49
[MouseUtils]Auto activate setting for highlighter and crosshairs ( #27826 )
...
* auto activate for mouse highlighter and crosshairs
* revert changed encoding
2023-08-08 17:01:23 +01:00
Niels Laute
a49f806ac7
[ImageResizer] Moving from ModernWPF to WpfUI ( #26858 )
...
* Moving from ModernWPF to WpfUI
* signing fix
* Spellcheck
* Sign fix 2
* Loc tweaks
* sign fix 3
* Move titlebar
* Tweaks
* Debug
* Fix again
* Updating preview package
* Fixes
* Update notice.md
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-08-08 15:19:38 +02:00
Randy
f6e9b08855
[RegistryPreview][UI]Update all AppBarButtons to use an explicit Icon( #27770 )
...
* Fix for 27766
Removes the Icon property from all AppBarButtons and adds FontFamily for all Glyph's
* Update MainWindow.xaml
Removing a "Windows 11-only" glyph to prevent UI issues.
2023-08-08 13:14:09 +01:00
Davide Giacometti
64252192fa
[Run][PluginManager]Doc for 3rd party plugins ( #27566 )
...
* doc for 3rd party run plugins
* link 3rd party run plugins doc
* fix spellcheck
* remove file
* fix links
* added author
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
* Update doc/thirdPartyRunPlugins.md
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
---------
Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
2023-08-08 13:01:50 +01:00
Juan M. Araújo
c5ad5e613e
[FileLocksmith]Icon refresh ( #27664 )
...
Previous File Locksmith icon is in RGB/A format in all its sizes/resolutions, except for the 16x16 icon, which is in 256 indexed colors. This makes the icon look "jagged" in W11 context menu when using dark mode:
![imagen](https://github.com/microsoft/PowerToys/assets/117078256/70d9f0dc-6aa3-4b47-8853-27c4a8db85e8 )
This small update replaces the indexed color 16x16 icon for a RGB/A one. Here's an example of the new: ![icon-png](https://github.com/microsoft/PowerToys/assets/117078256/ecc6e974-5b6b-4e12-89da-b56995306764 )
2023-08-08 12:50:49 +01:00
Jaime Bernardo
274bcce4a2
[Settings]Fix crash opening system color settings ( #27797 )
...
* [Settings]Fix crash opening system color settings
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/GeneralPage.xaml.cs
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
2023-08-06 16:48:06 +01:00
Davide Giacometti
287fce236d
[Peek]Fix 0 byte size displayed ( #27709 )
...
fix 0 byte size displayed
2023-08-06 16:26:44 +01:00