mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
+
This commit is contained in:
parent
4301eb2bb1
commit
e1d16b3de4
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export class NativeDialogHandler extends AbstractDialogHandler {
|
|||
|
||||
async about(): Promise<void> {
|
||||
let version = this.productService.version;
|
||||
let voidVersion = this.productService.voidVersion;
|
||||
let voidVersion = this.productService.voidVersion; // Void added this
|
||||
if (this.productService.target) {
|
||||
version = `${version} (${this.productService.target} setup)`;
|
||||
} else if (this.productService.darwinUniversalAssetId) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue