mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
fix(cli): add notifications toggle
This commit is contained in:
@@ -679,6 +679,15 @@ export function Session() {
|
||||
dialog.clear()
|
||||
},
|
||||
},
|
||||
{
|
||||
title: bellEnabled() ? "Disable notifications" : "Enable notifications",
|
||||
value: "session.toggle.bell",
|
||||
category: "Session",
|
||||
onSelect: (dialog) => {
|
||||
setBellEnabled((prev) => !prev)
|
||||
dialog.clear()
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Page up",
|
||||
value: "session.page.up",
|
||||
|
||||
Reference in New Issue
Block a user