mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 20:21:18 +08:00
9 lines
593 B
Markdown
9 lines
593 B
Markdown
|
#### [main.cpp](/src/settings/main.cpp)
|
||
|
Contains the main executable code, initializing and managing the Window containing the WebView and communication with the main PowerToys executable.
|
||
|
|
||
|
#### [StreamURIResolverFromFile.cpp](/src/settings/StreamURIResolverFromFile.cpp)
|
||
|
Defines a class implementing `IUriToStreamResolver`. Allows the WebView to navigate to filesystem files in this Win32 project.
|
||
|
|
||
|
#### [settings-html/](/src/settings/settings-html/)
|
||
|
Contains the assets file from building the [Web project for the Settings UI](/src/settings./settings-web). It will be loaded by the WebView.
|