associate .hct and .zct files with ZoiteChat for theme importing.

This commit is contained in:
2026-01-16 18:31:13 -07:00
parent e5e22fc103
commit 19d47c1d13
2 changed files with 12 additions and 7 deletions

View File

@@ -1,8 +1,13 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-hct">
<comment>ZoiteChat theme archives</comment>
<icon name="zoitechat" />
<glob pattern="*.hct" weight="100" />
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-hct">
<comment>ZoiteChat theme archives</comment>
<icon name="zoitechat" />
<glob pattern="*.hct" weight="100" />
</mime-type>
</mime-info>
<mime-type type="application/x-zct">
<comment>ZoiteChat theme archives</comment>
<icon name="zoitechat" />
<glob pattern="*.zct" weight="100" />
</mime-type>
</mime-info>