mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
chore: format code
This commit is contained in:
parent
87efd27459
commit
75e5130cf8
@ -4,7 +4,7 @@ import { type as ostype } from "@tauri-apps/plugin-os"
|
||||
import { runUpdater, UPDATER_ENABLED } from "./updater"
|
||||
|
||||
export async function createMenu() {
|
||||
if (ostype() !== "macos") return;
|
||||
if (ostype() !== "macos") return
|
||||
|
||||
const menu = await Menu.new({
|
||||
items: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user