Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .vs/PresenceClientFix/v17/.wsuo
Binary file not shown.
12 changes: 12 additions & 0 deletions .vs/PresenceClientFix/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\clued\\source\\repos\\Clueeng\\PresenceClientFix\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
11 changes: 6 additions & 5 deletions PresenceClient/PresenceClient-GUI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions PresenceClient/PresenceClient-GUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,10 @@ private void UpdateStatus(string text, Color color)
private void CheckMainMenu_CheckedChanged(object sender, EventArgs e) => ManualUpdate = true;

private void UseMacDefault_CheckedChanged(object sender, EventArgs e) => HasSeenMacPrompt = true;

private void clientBox_TextChanged(object sender, EventArgs e)
{

}
}
}