user can configure visible columns in track-list
This commit is contained in:
@@ -18,6 +18,10 @@ export function GetThemeBackgroundShade() {
|
||||
return window['go']['config']['Config']['GetThemeBackgroundShade']();
|
||||
}
|
||||
|
||||
export function GetTrackListColumns() {
|
||||
return window['go']['config']['Config']['GetTrackListColumns']();
|
||||
}
|
||||
|
||||
export function Load() {
|
||||
return window['go']['config']['Config']['Load']();
|
||||
}
|
||||
@@ -46,6 +50,10 @@ export function SetThemeBackgroundShade(arg1) {
|
||||
return window['go']['config']['Config']['SetThemeBackgroundShade'](arg1);
|
||||
}
|
||||
|
||||
export function SetTrackListColumns(arg1) {
|
||||
return window['go']['config']['Config']['SetTrackListColumns'](arg1);
|
||||
}
|
||||
|
||||
export function Validate() {
|
||||
return window['go']['config']['Config']['Validate']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user