💄 📂 outputStyles.ts

This commit is contained in:
nirholas
2026-03-31 10:23:31 +00:00
parent 43e9ee2ffd
commit b00ba1fded

View File

@@ -214,3 +214,4 @@ export function hasCustomOutputStyle(): boolean {
const style = getSettings_DEPRECATED()?.outputStyle
return style !== undefined && style !== DEFAULT_OUTPUT_STYLE_NAME
}