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"
|
import { runUpdater, UPDATER_ENABLED } from "./updater"
|
||||||
|
|
||||||
export async function createMenu() {
|
export async function createMenu() {
|
||||||
if (ostype() !== "macos") return;
|
if (ostype() !== "macos") return
|
||||||
|
|
||||||
const menu = await Menu.new({
|
const menu = await Menu.new({
|
||||||
items: [
|
items: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue