Skip to content

Commit a9dbc7f

Browse files
committed
fix: add TIMESTAMP case to CommandPaletteDialog when expression
— claude opus 4.5
1 parent b5cbc56 commit a9dbc7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/tribixbite/cleverkeys/customization/CommandPaletteDialog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ private fun CategoryHeader(category: CommandRegistry.Category, commandCount: Int
525525
CommandRegistry.Category.TEXT -> Icons.Filled.Create // Text
526526
CommandRegistry.Category.LANGUAGE -> Icons.Filled.Refresh // Language toggle
527527
CommandRegistry.Category.TEXT_ACTIONS -> Icons.Filled.Menu // Text actions
528+
CommandRegistry.Category.TIMESTAMP -> Icons.Filled.DateRange // Timestamps
528529
}
529530

530531
Icon(

0 commit comments

Comments
 (0)