tabby/tabby-settings
qyecst 1579356d54
Update settingsTabBody.component.ts
increase the value of max-width to avoid shadowing the font size in the Settings (Settings - Appearance - Font).
2023-06-24 03:27:37 +08:00
..
2023-06-24 03:27:37 +08:00
2021-06-29 23:57:04 +02:00
2021-06-29 23:57:04 +02:00
2023-02-26 20:42:31 +01:00

Tabby Settings Plugin

  • tabbed settings interface

Using the API:

import { SettingsTabProvider } from 'tabby-settings'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
    ...
  ]
})