entryMenu default value change

This commit is contained in:
dongyoungKo
2025-05-27 10:17:30 +09:00
parent f4176e280d
commit 5b6a98cb20
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { types } from '../actions/actionTypes';
import { LOG_MENU } from '../utils/Config';
import { types } from "../actions/actionTypes";
import { LOG_MENU } from "../utils/Config";
const initialState = {
appStatus: {
@@ -52,7 +52,7 @@ const initialState = {
check: "",
menu: {
entryMenu: "webOS",
entryMenu: "App",
nowMenu: "",
menuMovSno: 0,
},

View File

@@ -251,7 +251,7 @@ export const LOG_TP_NO = {
// TV log update
export const LOG_MENU = {
APP: "webOS",
APP: "App",
UNKNOWN: "Unknown",
EVENT_POPUP: "Event Popup",