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:
parent
22a328cd36
commit
7bb4b28093
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue