mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-04 16:35:15 -05:00
Revert to Tray
This commit is contained in:
parent
33d75cf4fe
commit
d3801f0a45
@ -2007,18 +2007,9 @@ begin
|
||||
end;
|
||||
|
||||
procedure TForm1.ButtonTrayClick(Sender: TObject);
|
||||
var
|
||||
Ext: TSimbaPSEventExtension;
|
||||
{ FIXME: Turning it into a test button again... }
|
||||
begin
|
||||
{Form1.Hide; }
|
||||
try
|
||||
Ext := TSimbaPSEventExtension.Create(MainDir + DS + 'Extensions' + DS + 'test.pas');
|
||||
Ext.Free;
|
||||
except
|
||||
Writeln('Something went wrong with the Extensions.');
|
||||
end;
|
||||
|
||||
begin
|
||||
Form1.Hide;
|
||||
end;
|
||||
|
||||
procedure TForm1.PageControl1Changing(Sender: TObject; var AllowChange: Boolean
|
||||
|
Loading…
Reference in New Issue
Block a user