mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
fix version handling
This commit is contained in:
@@ -12,7 +12,7 @@ export const appShim = {
|
||||
},
|
||||
|
||||
getVersion() {
|
||||
return "1.8.9";
|
||||
return window.__obsidianVersion || "0.0.0";
|
||||
},
|
||||
|
||||
getName() {
|
||||
|
||||
Reference in New Issue
Block a user