Skip to content

Commit

Permalink
Remove beta information for Enigma.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNexusAvenger committed Jul 20, 2024
1 parent c0da8c6 commit 482ba60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UI/MainMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function MainMenu.new(): any
self.CurrentView = 1
self.Views = {}
(SettingsView :: any).new(self:CreateView("Settings"));
(EnigmaView :: any).new(self:CreateView("Enigma (Beta)"), self);
(EnigmaView :: any).new(self:CreateView("Enigma"), self);
(ChatView :: any).new(self:CreateView("Chat"))
self:UpdateVisibleView()

Expand Down
2 changes: 1 addition & 1 deletion src/UI/View/EnigmaView.luau
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function EnigmaView:UpdateText(): ()
self.CalibrateButton.Visible = true
else
Text = `{Text}\nData transfer: {AddColor("Inactive", 200, 150, 0)}`
Text = `{Text}\n\n⚠️ Enigma is in a beta, and requires a desktop application. There may be issues.`
Text = `{Text}\n\n⚠️ Enigma requires a desktop application. There may be experience-specific issues when Enigma is active.`
self.ShowTrackersButton.Visible = false
self.CalibrateButton.Visible = false
end
Expand Down

0 comments on commit 482ba60

Please sign in to comment.