Fix[UI]: link to non-existant page

This commit is contained in:
Mathias-Boulay
2023-03-11 23:44:21 +01:00
parent 64fc29ce3c
commit dabec85774
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public final class Tools {
public static final Gson GLOBAL_GSON = new GsonBuilder().setPrettyPrinting().create();
public static final String URL_HOME = "https://pojavlauncherteam.github.io/PojavLauncher";
public static final String URL_HOME = "https://pojavlauncherteam.github.io";
public static String NATIVE_LIB_DIR;
public static String DIR_DATA; //Initialized later to get context

View File

@@ -17,7 +17,7 @@
android:layout_height="@dimen/_66sdp"
android:background="?android:attr/selectableItemBackground"
android:text="@string/mcl_tab_news"
android:text="@string/mcl_tab_wiki"
android:drawableStart="@drawable/ic_menu_news"
app:layout_constraintTop_toTopOf="parent"
/>

View File

@@ -17,7 +17,7 @@
android:layout_height="@dimen/_66sdp"
android:background="?android:attr/selectableItemBackground"
android:text="@string/mcl_tab_news"
android:text="@string/mcl_tab_wiki"
android:drawableStart="@drawable/ic_menu_news"
app:layout_constraintTop_toTopOf="parent"
/>

View File

@@ -49,7 +49,7 @@
-->
<!-- MCLauncherActivity: Tabs -->
<string name="mcl_tab_news">News</string>
<string name="mcl_tab_wiki">Wiki</string>
<string name="mcl_tab_console">Development console</string>
<string name="mcl_tab_crash">Crash log</string>