mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 15:47:54 +01:00
9 lines
156 B
TypeScript
9 lines
156 B
TypeScript
|
|
export enum SettingsTab {
|
|
General = 'general',
|
|
Proxy = 'proxy',
|
|
Appearance = 'appearance',
|
|
Plugins = 'plugins',
|
|
License = 'license',
|
|
}
|