mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 03:49:07 +08:00
Change window title
This commit is contained in:
parent
13ff89c5f9
commit
d1c88c1515
@ -20,6 +20,7 @@ namespace winrt::FileLocksmithGUI::implementation
|
||||
{
|
||||
MainWindow::MainWindow()
|
||||
{
|
||||
Title(L"File Locksmith");
|
||||
place_and_resize();
|
||||
InitializeComponent();
|
||||
find_processes();
|
||||
|
Loading…
Reference in New Issue
Block a user