mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 18:15:44 +00:00
Update Machine.cs
This commit is contained in:
parent
87622dc925
commit
6b91656402
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ public class Machine : IPlugin
|
|||
newTitle = "Capy64 " + Capy64.Version;
|
||||
}
|
||||
|
||||
newTitle = newTitle[..Math.Min(newTitle.Length, 256)];
|
||||
|
||||
Capy64.Instance.Window.Title = newTitle;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue