Change window title

This commit is contained in:
Ivan Stošić 2022-09-21 15:17:47 +02:00
parent 13ff89c5f9
commit d1c88c1515

View File

@ -20,6 +20,7 @@ namespace winrt::FileLocksmithGUI::implementation
{
MainWindow::MainWindow()
{
Title(L"File Locksmith");
place_and_resize();
InitializeComponent();
find_processes();