Skip to content

Repository files navigation

About

About App for Open Web Desktop.


Overview

This app for Open Web Desktop displays the version and other system information.

Demo · Documentation · Support

Installation

pnpm desktop add app-about

Configuration

Add the app to your desktop.config.ts:

export default defineDesktopConfig({
  apps: [
    '@owdproject/app-about'
  ],
  about: {
    title: 'Open Web Desktop',
    subtitle: 'github.com/owdproject/client',
    href: 'https://github.com/owdproject/client',
    versionText: 'v{desktopVersion} on Nuxt {nuxtVersion}',
    icons: [
      {
        title: 'Open Web Desktop',
        name: 'mdi:hexagon-multiple-outline',
        size: 24,
      },
    ]
  }
})

License

This application is released under the MIT License.

Releases

Sponsor this project

Packages

Used by

Contributors

Languages