This commit is contained in:
Andrew Pareles 2025-03-21 15:23:40 -07:00
parent 4301eb2bb1
commit e1d16b3de4

View file

@ -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) {