move to linux
This commit is contained in:
@@ -293,7 +293,7 @@ function resolveCategory(manifest: OpenPeonManifest, category: Category): Catego
|
||||
|
||||
function pickSound(categoryConfig: CategoryConfig, category: Category): Sound | null {
|
||||
const sounds = categoryConfig.sounds;
|
||||
if (sounds.length === 0) return null;
|
||||
if (!sounds || sounds.length === 0) return null;
|
||||
|
||||
const lastSound = lastSoundPerCategory.get(category);
|
||||
let candidates = sounds;
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"lastChangelogVersion": "0.57.1",
|
||||
"defaultProvider": "opencode-go",
|
||||
"defaultModel": "kimi-k2.5",
|
||||
"defaultThinkingLevel": "low",
|
||||
"theme": "matugen",
|
||||
"lsp": {
|
||||
"hookMode": "edit_write"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user