remove the identity app

This commit is contained in:
2024-03-21 20:45:04 +01:00
parent 2a928dcafc
commit a1f221879b
4 changed files with 5 additions and 99 deletions

View File

@ -19,6 +19,10 @@ tfrpc.register(async function getThemes() {
// TODO
return ['solarized', 'gruvbox', 'light'];
});
tfrpc.register(async function getTheme() {
// TODO
return 'solarized';
});
tfrpc.register(async function setTheme() {
// TODO
console.warn('setTheme called - not implemented');