Feature/add vui as webui flavor (#609)

* Remove unused "downloadAhead" function

* [Codegen] Update generated files

* Add "VUI" as webui flavor

* Add info about changing the webUI channel or flavor
This commit is contained in:
schroda
2024-02-17 20:16:51 +01:00
committed by GitHub
parent 05077b4a2b
commit fd651b6165
6 changed files with 123 additions and 62 deletions

View File

@@ -134,11 +134,3 @@ export const STOP_DOWNLOADER = gql`
}
}
`;
export const DOWNLOAD_AHEAD = gql`
mutation DOWNLOAD_AHEAD($input: DownloadAheadInput!) {
downloadAhead(input: $input) {
clientMutationId
}
}
`;