mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
storage last used version
This commit is contained in:
parent
fbb2ace93b
commit
49cf17b33c
@ -117,6 +117,8 @@ class ComtyApp extends React.Component {
|
|||||||
static async initialize() {
|
static async initialize() {
|
||||||
window.app.version = config.package.version
|
window.app.version = config.package.version
|
||||||
|
|
||||||
|
window.localStorage.setItem("last_version", window.app.version)
|
||||||
|
|
||||||
window.app.message = antd.message
|
window.app.message = antd.message
|
||||||
|
|
||||||
// check if electron library is available
|
// check if electron library is available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user