default selection is now none

This commit is contained in:
undergroundwires
2020-01-06 20:02:12 +01:00
parent 20020af7c1
commit 3140cc663b
21 changed files with 295 additions and 237 deletions

View File

@@ -20,8 +20,8 @@ export default class TheHeader extends StatefulVue {
public async mounted() {
const state = await this.getCurrentStateAsync();
this.title = state.appName;
this.subtitle = `Privacy generator tool for Windows v${state.appVersion}`;
this.title = state.app.name;
this.subtitle = `Privacy generator tool for Windows v${state.app.version}`;
}
}
</script>