settings UI tweaks

This commit is contained in:
Eugene Pankov
2021-10-24 22:50:21 +02:00
parent 6fed2cb9c0
commit f0e96b5f8b
16 changed files with 200 additions and 158 deletions

View File

@@ -5,6 +5,8 @@ export abstract class SettingsTabProvider {
id: string
icon: string
title: string
weight = 0
prioritized = false
getComponentType (): any {
return null