Skip to content

Commit

Permalink
Bug fix for shell:startup
Browse files Browse the repository at this point in the history
Now, the app registers as minimised when starting with the -tray parameter
  • Loading branch information
Codrax committed Jun 3, 2023
1 parent 5341cc0 commit 879baad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions MainUI.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ object UIForm: TUIForm
Align = alClient
TabOrder = 0
OnNavigateComplete2 = Version_CheckNavigateComplete2
ExplicitWidth = 300
ExplicitHeight = 150
ControlData = {
4C000000F7010000340300000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
Expand Down Expand Up @@ -208564,8 +208562,6 @@ object UIForm: TUIForm
Animations.PAAnimateEngine = cbneAtDraw
Animations.FadeAnimation = True
Animations.FASpeed = 10
ExplicitLeft = 526
ExplicitTop = 2
end
object MoreButtons: TPanel
Left = 302
Expand Down Expand Up @@ -208914,7 +208910,6 @@ object UIForm: TUIForm
PageSize = 0
TabOrder = 0
OnChange = QueueScrollChange
ExplicitHeight = 233
end
object Panel14: TPanel
Left = 0
Expand All @@ -208925,7 +208920,6 @@ object UIForm: TUIForm
BevelOuter = bvNone
ShowCaption = False
TabOrder = 1
ExplicitTop = 8
object Label23: TLabel
AlignWithMargins = True
Left = 15
Expand Down
1 change: 1 addition & 0 deletions iBroadcast.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ begin
if Param = '-tray' then
begin
Application.ShowMainForm := false;
HiddenToTray := true;
end;

if Param = '-logging' then
Expand Down
2 changes: 1 addition & 1 deletion iBroadcast.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<Icon_MainIcon>iBroadcast_Icon.ico</Icon_MainIcon>
<VerInfo_MinorVer>3</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=Codrut Software;FileDescription=Codrut&apos;s iBroadcast for Windows;FileVersion=1.3.0.0;InternalName=;LegalCopyright=Codrut Software;LegalTrademarks=Petculescu Codrut;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Debugger_RunParams>-logging</Debugger_RunParams>
<Debugger_RunParams>-tray</Debugger_RunParams>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
Expand Down

0 comments on commit 879baad

Please sign in to comment.