mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Added a Github star reminder
This commit is contained in:
parent
0fda37b017
commit
1ca023be36
7 changed files with 37 additions and 0 deletions
|
|
@ -1877,6 +1877,15 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show a GitHub star reminder on startup. Set to false to hide it..
|
||||
/// </summary>
|
||||
internal static string Main_Advanced_show_github_star_reminder {
|
||||
get {
|
||||
return ResourceManager.GetString("Main.Advanced.show_github_star_reminder", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show full effect names and levels in the TUI status bar instead of compact effect icons only..
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -738,6 +738,9 @@ Usage examples: "/tell <mybot> connect Server1", "/connect Server2"</value
|
|||
<data name="Main.Advanced.show_effect_names_in_tui" xml:space="preserve">
|
||||
<value>Show full effect names and levels in the TUI status bar instead of compact effect icons only.</value>
|
||||
</data>
|
||||
<data name="Main.Advanced.show_github_star_reminder" xml:space="preserve">
|
||||
<value>Show a GitHub star reminder on startup. Set to false to hide it.</value>
|
||||
</data>
|
||||
<data name="Main.Advanced.show_system_messages" xml:space="preserve">
|
||||
<value>System messages for server ops.</value>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue