This commit is contained in:
focp212@naver.com
2025-11-05 14:04:03 +09:00
10 changed files with 2 additions and 24 deletions

View File

@@ -282,7 +282,7 @@ export const SettingPage = () => {
<>
<main className="pop">
<div className="sub-wrap">
{/* Android일 때는 앱 내 설정, 아니면 시스템 권한 표시 */}
{/* Android일 때는 앱 내 설정, 아니면 시스템 권한 표시 */}
<div className="settings-header">
<div className="settings-title">{t('settings.notificationSettings')}</div>
<label className="settings-switch">
@@ -292,11 +292,7 @@ export const SettingPage = () => {
readOnly
onClick={(e) => {
e.preventDefault();
if (isAndroid) {
onClickNotificationSettingToggle();
} else {
onClickPushNotificationToggle();
}
onClickPushNotificationToggle();
}}
/>
<span className="slider"></span>