mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: remove snooze setting icon
This commit is contained in:
committed by
Abdullah Atta
parent
c6297227bf
commit
19227cf51b
@@ -839,10 +839,9 @@ export const settingsGroups: SettingSection[] = [
|
||||
id: "snooze-time",
|
||||
property: "defaultSnoozeTime",
|
||||
type: "input",
|
||||
icon: "snooze",
|
||||
name: "Default snooze time",
|
||||
description:
|
||||
"Set the default time to snooze a reminder to when you press the snooze button on a notification",
|
||||
"Set the default time to snooze a reminder to when you press the snooze button on a notification.",
|
||||
inputProperties: {
|
||||
keyboardType: "decimal-pad",
|
||||
defaultValue: 5 + "",
|
||||
|
||||
Reference in New Issue
Block a user