mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Removed a redundant inline comment in icon loading/scaling logic, leaving behavior unchanged.
Removed a redundant inline comment in the Windows sysinfo volume-name guard path, with no functional impact. Removed a redundant inline comment in WinRT toast setup while keeping the same notification/audio attribute behavior.
This commit is contained in:
@@ -66,7 +66,6 @@ extern "C"
|
||||
node_list->GetAt (1)->AppendChild (
|
||||
toastTemplate->CreateTextNode (Platform::StringReference (wtext.c_str (), wtext.size ())));
|
||||
|
||||
// Mute sound, we already play our own
|
||||
auto node = toastTemplate->SelectSingleNode (L"/toast");
|
||||
auto audio_elem = toastTemplate->CreateElement (L"audio");
|
||||
audio_elem->SetAttribute (L"silent", L"true");
|
||||
|
||||
Reference in New Issue
Block a user