mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
added theme deletion
This commit is contained in:
@@ -49,4 +49,14 @@ export const disableTheme = async () => {
|
||||
type: 'currentTab',
|
||||
info: 'DisableTheme',
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
export const deleteTheme = async (themeName: string) => {
|
||||
await chrome.runtime.sendMessage({
|
||||
type: 'currentTab',
|
||||
info: 'DeleteTheme',
|
||||
body: {
|
||||
themeName: themeName
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user