Skip to content

Commit

Permalink
Trivial comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhfcy committed Apr 30, 2024
1 parent 2dba31b commit a572db6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Asahi Restart Helper/AsahiRestartHelperApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

import SwiftUI

// A simple menubar-icon-only app to help easily restart their Mac into Linux (or technically any other OS).
// A simple macOS menubar icon app to easily restart your Apple silicon Mac into Linux from macOS (ARM64 Asahi Linux)
// - (users are also encouraged to install the corresponding Linux version, to easily restart in macOS from Linux)

// The main struct delegates to AppDelegate for handling all events.
// The main struct delegates to AppDelegate for handling all events
@main
struct AsahiRestartHelperApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate

var body: some Scene {
// The body is an empty settings scene: no "traditional" UI (the menubar icon is the only entry point)
// The body is an empty settings scene (the menubar icon is the only entry point i.e. no "traditional" UI)
Settings {
EmptyView()
}
Expand Down

0 comments on commit a572db6

Please sign in to comment.