Update programmatic title and set post-build Python version to v3
This commit is contained in:
parent
d5589517ac
commit
90ed2844d5
6 changed files with 8 additions and 6 deletions
|
|
@ -11,7 +11,9 @@ const RootWithVersion = () => {
|
|||
const refreshVersion = () =>
|
||||
API.getVersion().then(
|
||||
(version) => {
|
||||
setTitle(`rqbit web UI - v${version}`);
|
||||
const title = `rqbit web UI - v${version}`;
|
||||
setTitle(title);
|
||||
document.title = title;
|
||||
return 10000;
|
||||
},
|
||||
(e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue