mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Add compact table and update themes
This commit is contained in:
@@ -82,4 +82,12 @@ export class SettingsService {
|
||||
this.settings.isSng = value
|
||||
this.saveSettings()
|
||||
}
|
||||
|
||||
get isCompactTable() {
|
||||
return this.settings.isCompactTable
|
||||
}
|
||||
set isCompactTable(value: boolean) {
|
||||
this.settings.isCompactTable = value
|
||||
this.saveSettings()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user