mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-06 01:52:50 +00:00
feat: basic chord trainer
fix: don't add chords from backup if identical chords already exist, fixes #30
This commit is contained in:
@@ -74,6 +74,21 @@ const config: IconsConfig = {
|
||||
"restore_from_trash",
|
||||
"history",
|
||||
"history_toggle_off",
|
||||
"sentiment_satisfied",
|
||||
"sentiment_dissatisfied",
|
||||
"sentiment_very_satisfied",
|
||||
"sentiment_neutral",
|
||||
"sentiment_very_dissatisfied",
|
||||
"sentiment_excited",
|
||||
"sentiment_frustrated",
|
||||
"sentiment_calm",
|
||||
"sentiment_stressed",
|
||||
"sentiment_extremely_dissatisfied",
|
||||
"sentiment_sad",
|
||||
"sentiment_content",
|
||||
"sentiment_worried",
|
||||
"timer",
|
||||
"target",
|
||||
],
|
||||
codePoints: {
|
||||
speed: "e9e4",
|
||||
@@ -87,6 +102,7 @@ const config: IconsConfig = {
|
||||
light_mode: "e518",
|
||||
upload_file: "e9fc",
|
||||
no_sound: "e710",
|
||||
sentiment_extremely_dissatisfied: "f194",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user