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