продолжаю чат

This commit is contained in:
2026-04-16 14:02:59 +06:00
parent 0915d3c64d
commit c966aa9c4b
13 changed files with 184 additions and 19 deletions

View File

@@ -7,9 +7,9 @@ fn set_app_user_model_id() {
use windows::Win32::UI::Shell::SetCurrentProcessExplicitAppUserModelID;
unsafe {
SetCurrentProcessExplicitAppUserModelID(
&HSTRING::from("xyz.koptilnya.chad")
).ok().expect("Failed to set AppUserModelID");
SetCurrentProcessExplicitAppUserModelID(&HSTRING::from("xyz.koptilnya.chad"))
.ok()
.expect("Failed to set AppUserModelID");
}
}