diff --git a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.html b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.html
index e5fbc6c2f..b809a510d 100644
--- a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.html
+++ b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.html
@@ -1,7 +1,7 @@
-
{{username}}
+ {{username}}
({{user.emailAddress}})
@@ -34,9 +34,7 @@
-
-
{{'UserPreferences.StreamingCountryDescription' | translate}}
@@ -50,47 +48,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -103,17 +118,6 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.ts b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.ts
index 50753dfc8..ae68055a6 100644
--- a/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.ts
+++ b/src/Ombi/ClientApp/src/app/user-preferences/components/user-preference/user-preference.component.ts
@@ -86,15 +86,6 @@ export class UserPreferenceComponent implements OnInit {
this.identityService.updateStreamingCountry(this.selectedCountry).subscribe(x => this.notification.success(this.translate.instant("UserPreferences.Updated")));
}
- public openMobileApp(event: any) {
- event.preventDefault();
-
- this.identityService.getAccessToken().subscribe(x => {
- const url = `ombi://${this.customizationSettings.applicationUrl}_${x}`;
- window.location.assign(url);
- });
- }
-
public getProfileImage(): string {
let emailHash: string|Int32Array;
if (this.user.emailAddress) {
@@ -131,7 +122,7 @@ export class UserPreferenceComponent implements OnInit {
private welcomeText: string;
- private setWelcomeText() {
+ private setWelcomeText() {
var d = new Date();
var hour = d.getHours();
diff --git a/src/Ombi/wwwroot/images/appstore.svg b/src/Ombi/wwwroot/images/appstore.svg
new file mode 100644
index 000000000..072b425a1
--- /dev/null
+++ b/src/Ombi/wwwroot/images/appstore.svg
@@ -0,0 +1,46 @@
+