Skip to content

Commit

Permalink
Update notice should remain on the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Aug 4, 2021
1 parent 98a0e9b commit 734aff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/App.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function App:render()
update = props.IsOutdated and Roact.createElement(TextLabel, {
AutomaticSize = Enum.AutomaticSize.Y,
BackgroundColor3 = theme:GetColor(Enum.StudioStyleGuideColor.Titlebar),
LayoutOrder = -1,
Text = Localization('Notice.Outdated'),
TextColor3 = theme:GetColor('MainText'),
TextSize = 12,
Expand Down
1 change: 0 additions & 1 deletion src/Components/TextLabel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function TextLabel:render()
TextSize = props.TextSize,
TextWrapped = props.TextWrapped,
TextXAlignment = props.TextXAlignment,
-- Visible = props.Visible,
ZIndex = props.ZIndex,
[Roact.Ref] = props[Roact.Ref]
}, props[Roact.Children])
Expand Down

0 comments on commit 734aff1

Please sign in to comment.