From d1c88c15159c56213ce02747791fd9c2f6f7d11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Sto=C5=A1i=C4=87?= Date: Wed, 21 Sep 2022 15:17:47 +0200 Subject: [PATCH] Change window title --- src/modules/FileLocksmith/FileLocksmithGUI/MainWindow.xaml.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/FileLocksmith/FileLocksmithGUI/MainWindow.xaml.cpp b/src/modules/FileLocksmith/FileLocksmithGUI/MainWindow.xaml.cpp index 77f6ce3ef1..a21e9f8d39 100644 --- a/src/modules/FileLocksmith/FileLocksmithGUI/MainWindow.xaml.cpp +++ b/src/modules/FileLocksmith/FileLocksmithGUI/MainWindow.xaml.cpp @@ -20,6 +20,7 @@ namespace winrt::FileLocksmithGUI::implementation { MainWindow::MainWindow() { + Title(L"File Locksmith"); place_and_resize(); InitializeComponent(); find_processes();