mirror of
https://github.com/unslothai/unsloth.git
synced 2026-08-23 15:53:46 +00:00
* Rebrand Tauri desktop app as Unsloth * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Preserve desktop package upgrade identity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix legacy Windows desktop upgrades * Respect UI font scaling in Tauri branding * Use readable desktop release filenames * Set default UI font size to 15 * Compact sidebar chat rows * Set sidebar chat rows to 29px * Set sidebar chat rows to 30px --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
8 lines
319 B
Text
8 lines
319 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Unsloth uses the microphone you select for local voice dictation.</string>
|
|
</dict>
|
|
</plist>
|