mirror of
https://github.com/paleotronic/microm8-gui.git
synced 2025-02-20 07:28:55 +00:00
hide in caption if hidden
This commit is contained in:
parent
b15be38134
commit
ca9cb0ef68
@ -3174,8 +3174,8 @@ end;
|
||||
procedure TGUIForm.FSTimerTimer(Sender: TObject);
|
||||
begin
|
||||
isFS := (GetConfig( 'video/current.fullscreen' ) = '1');
|
||||
|
||||
SimpleGet(baseUrl+'/api/control/system/heartbeat');
|
||||
if not hidden then
|
||||
SimpleGet(baseUrl+'/api/control/system/heartbeat');
|
||||
end;
|
||||
|
||||
procedure TGUIForm.InputClick(Sender: TObject);
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
5
main.pas
5
main.pas
@ -3175,7 +3175,12 @@ procedure TGUIForm.FSTimerTimer(Sender: TObject);
|
||||
begin
|
||||
isFS := (GetConfig( 'video/current.fullscreen' ) = '1');
|
||||
if not hidden then
|
||||
begin
|
||||
Caption := 'microM8 GUI';
|
||||
SimpleGet(baseUrl+'/api/control/system/heartbeat');
|
||||
end
|
||||
else
|
||||
Caption := 'microM8 GUI (hide)';
|
||||
end;
|
||||
|
||||
procedure TGUIForm.InputClick(Sender: TObject);
|
||||
|
Loading…
x
Reference in New Issue
Block a user