Skip to content
Snippets Groups Projects
Commit ec4d8539 authored by RANWEZ Pierre's avatar RANWEZ Pierre :anchor:
Browse files

:ambulance: hotfix: Midi button not saved

parent 08f1df85
Branches
Tags
1 merge request!1✨ feat: CSSLSD V2
......@@ -344,7 +344,7 @@ $('.audioI').on('click', function () {
$('.midiI').on('click', function () {
midiButton = !midiButton;
chrome.storage.sync.set({ midiB: midiButton }, function () {
chrome.storage.sync.set({ midiI: midiButton }, function () {
});
chrome.tabs.query({ active: true, currentWindow: true },
function (tabs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment