container.appendChild(notification)
notification.show()
},
- info: (msg) => notify._show(`ℹ️ ${msg}`),
- ok: (msg) => notify._show(`☑️ ${msg}`),
- error: (msg) => notify._show(`⚠️ ${msg}`, 'Gold')
+ info: (msg) => notify._show(`${String.fromCodePoint(0x2139)}${String.fromCodePoint(0xFE0F)} ${msg}`),
+ ok: (msg) => notify._show(`${String.fromCodePoint(0x2705)}${String.fromCodePoint(0xFE0F)} ${msg}`),
+ error: (msg) => notify._show(`${String.fromCodePoint(0x26A0)}${String.fromCodePoint(0xFE0F)} ${msg}`)
}
function addToStorage (key, value) {