Skip to content

Commit

Permalink
Integrated progress indicator into main interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jan 23, 2024
1 parent c37af77 commit 3398457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Synthetic.Component = {
Dialog = require(Component:WaitForChild("Dialog")),
Menu = {
Row = {
Segmented = require(Component:WaitForChild("Menu"):WaitForChild("Row"):WaitForChild("Segmented")),
Tabs = nil,
Segmented = require(Component:WaitForChild("Menu"):WaitForChild("Row"):WaitForChild("Segmented")),
Bar = {
Bottom = require(Component:WaitForChild("Menu"):WaitForChild("Row"):WaitForChild("Bar"):WaitForChild("Bottom")),
Navigation = nil,
Expand All @@ -53,6 +53,10 @@ Synthetic.Component = {
PopUp = nil,
},
},
ProgressIndicator = {
Circular = require(Component:WaitForChild("ProgressIndicator"):WaitForChild("Circular")),
Linear = nil,
},
Button = {
Badge = require(Component:WaitForChild("Button"):WaitForChild("Badge")),
ElevatedButton = require(Component:WaitForChild("Button"):WaitForChild("ElevatedButton")),
Expand Down

0 comments on commit 3398457

Please sign in to comment.