mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
chore: format code
This commit is contained in:
parent
87efd27459
commit
75e5130cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue