default selection is now none
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user