feat: add better provider support, icons, regen, and a lot more
This commit is contained in:
@@ -8,6 +8,8 @@ export const useSettings = () => {
|
||||
};
|
||||
|
||||
const setPage = (id: string, params?: string | string[]) => {
|
||||
if (open.value === false) toggle();
|
||||
|
||||
currentPage.value = id;
|
||||
if (params) {
|
||||
if (typeof params === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user