Propmt when a api key can not be use + house keeping (#173)
* chore: remove old files * chore: change JS tests to TS, delete dummy tests * chore: bump manifests version
This commit is contained in:
committed by
GitHub
parent
fe49f50b65
commit
35543489e5
@@ -1,5 +1,4 @@
|
||||
import config, { ApiStates } from '../config/config';
|
||||
|
||||
import changeExtensionIcon from './changeExtensionIcon';
|
||||
import changeExtensionTooltip from './changeExtensionTooltip';
|
||||
|
||||
@@ -31,4 +30,5 @@ export default async function changeExtensionState(state: ApiStates): Promise<vo
|
||||
default:
|
||||
break;
|
||||
}
|
||||
await browser.storage.sync.set({ extensionState: state });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user