Remove dumb in `MainForm.WindowTitle` so you can see FPS w/ chromeless

(window title is shown in the toolbar / application switcher on Win and Linux)
This commit is contained in:
YoshiRulz 2022-08-05 07:22:59 +10:00
parent 22a328cd36
commit 7bb4b28093
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 2 deletions

View File

@ -1712,8 +1712,6 @@ namespace BizHawk.Client.EmuHawk
{
get
{
if (!Config.DispChromeCaptionWindowed || _argParser._chromeless) return string.Empty; //TODO why would you want this? was this a previous attempt at static window titles?
var sb = new StringBuilder();
if (_inResizeLoop)