Skip to content

Commit

Permalink
feat: Remove beta from name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Mar 9, 2024
1 parent d633c69 commit 4f754c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/styx/views/anime/AnimeOverview.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AnimeOverview() : Screen {
val nav = LocalGlobalNavigator.current


MainScaffold(title = "${BuildConfig.APP_NAME} — Beta", addPopButton = false, actions = {
MainScaffold(title = BuildConfig.APP_NAME, addPopButton = false, actions = {
OnlineUsersIcon { nav.pushMediaView(it, false) }
if (Main.wasLaunchedInDebug)
IconButton(onClick = { nav.push(FontSizeView()) }, content = { Icon(Icons.Filled.QuestionMark, null) })
Expand Down

0 comments on commit 4f754c3

Please sign in to comment.