@zextras/carbonio-shell-ui
Version:
The Zextras Carbonio web client
17 lines • 538 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFavicon = getFavicon;
exports.getClientTitle = getClientTitle;
/*
* SPDX-FileCopyrightText: 2023 Zextras <https://www.zextras.com>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
const store_1 = require("./store");
function getFavicon() {
return store_1.useLoginConfigStore.getState().carbonioWebUiFavicon;
}
function getClientTitle() {
return store_1.useLoginConfigStore.getState().carbonioWebUiTitle;
}
//# sourceMappingURL=getters.js.map