PowerToys/src
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
..
ActionRunner
codeAnalysis
common Missing CoUninitialize (#27732) 2023-08-03 19:44:17 +02:00
gpo/assets
logging [General]Reduce installer size by flattening application paths (#27451) 2023-07-20 00:12:46 +01:00
modules [FancyZones] Fix canvas zones drawing (#27882) 2023-08-09 10:34:25 +02:00
runner Remove CreateScheduledTask CA and handle task creation from runner code (#27819) 2023-08-09 10:23:54 +02:00
settings-ui [settings] Support launching settings app directly (#27881) 2023-08-10 10:02:50 +02:00
tests/win-app-driver
Update
.clang-format
.editorconfig
README.md
Version.props

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.