Changed application icon
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 2.1 KiB |
@@ -81,8 +81,10 @@ public class SettingsMenuDialog extends SettingsDialog{
|
|||||||
menu.addButton("$text.settings.graphics", () -> visible(1));
|
menu.addButton("$text.settings.graphics", () -> visible(1));
|
||||||
menu.row();
|
menu.row();
|
||||||
menu.addButton("$text.settings.sound", () -> visible(2));
|
menu.addButton("$text.settings.sound", () -> visible(2));
|
||||||
menu.row();
|
if(!Vars.android) {
|
||||||
menu.addButton("$text.settings.controls", Vars.ui.controls::show);
|
menu.row();
|
||||||
|
menu.addButton("$text.settings.controls", Vars.ui.controls::show);
|
||||||
|
}
|
||||||
menu.row();
|
menu.row();
|
||||||
menu.addButton("$text.settings.language", Vars.ui.language::show);
|
menu.addButton("$text.settings.language", Vars.ui.language::show);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user