v1.0.7: replace PI libs with official Elgato source
This commit is contained in:
@@ -6438,7 +6438,7 @@ async function stopTimer(token, entryId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// src/plugin.ts
|
// src/plugin.ts
|
||||||
var CURRENT_VERSION = "1.0.6";
|
var CURRENT_VERSION = "1.0.7";
|
||||||
var GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
|
var GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
|
||||||
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
||||||
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
||||||
|
|||||||
Binary file not shown.
@@ -27,9 +27,11 @@ class ELGSDPlugin {
|
|||||||
|
|
||||||
set language(value) {
|
set language(value) {
|
||||||
this.#language = value;
|
this.#language = value;
|
||||||
this.loadLocalization(this.#data.__folderpath).then(l => {
|
this.loadLocalization(this.#data.__folderpath)
|
||||||
|
.then(l => {
|
||||||
this.emit('languageChanged', value);
|
this.emit('languageChanged', value);
|
||||||
});
|
})
|
||||||
|
.catch(() => console.warn(`Localization for '${this.#language}' couldn't be loaded`))
|
||||||
}
|
}
|
||||||
|
|
||||||
get language() {
|
get language() {
|
||||||
|
|||||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
const CURRENT_VERSION = "1.0.6";
|
const CURRENT_VERSION = "1.0.7";
|
||||||
const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
|
const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
|
||||||
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
||||||
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{ "version": "1.0.6" }
|
{ "version": "1.0.7" }
|
||||||
|
|||||||
Reference in New Issue
Block a user