mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
bump
This commit is contained in:
@@ -68,7 +68,7 @@ export function LauncherProvider({ children }: { children: React.ReactNode }) {
|
||||
configRaw.rpcEnabled, configRaw.musicVol, configRaw.sfxVol, configRaw.isDayTime,
|
||||
configRaw.profile, configRaw.linuxRunner, configRaw.perfBoost, configRaw.customEditions,
|
||||
configRaw.legacyMode, configRaw.keepLauncherOpen, configRaw.enableTrayIcon,
|
||||
configRaw.animationsEnabled
|
||||
configRaw.animationsEnabled, configRaw.version
|
||||
]);
|
||||
|
||||
const game = useMemo(() => gameRaw, [
|
||||
|
||||
+2
-2
@@ -17,7 +17,7 @@ import { AchievementToast } from "../components/common/AchievementToast";
|
||||
import { useUI, useConfig, useAudio, useGame, useSkin } from "../context/LauncherContext";
|
||||
import { getCurrentWindow } from "@tauri-apps/api/window";
|
||||
import { TauriService } from "../services/TauriService";
|
||||
|
||||
import pkg from "../../package.json";
|
||||
const appWindow = getCurrentWindow();
|
||||
|
||||
export default function App() {
|
||||
@@ -341,7 +341,7 @@ export default function App() {
|
||||
className="shrink-0 p-4 flex justify-between items-end text-[10px] text-[#A0A0A0] mc-text-shadow bg-gradient-to-t from-black/80 to-transparent uppercase tracking-widest opacity-60 font-['Mojangles']"
|
||||
style={{ fontWeight: "normal" }}
|
||||
>
|
||||
<div className="flex-1 text-left whitespace-nowrap">Version: 1.0.0</div>
|
||||
<div className="flex-1 text-left whitespace-nowrap">Version: {pkg.version}</div>
|
||||
<div className="flex-[2] text-center whitespace-nowrap">
|
||||
Not affiliated with Mojang AB or Microsoft. "Minecraft" is a trademark of Mojang Synergies AB.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user