diff --git a/app/view/en/index.html b/app/view/en/index.html
index c7344587..2be31bcb 100644
--- a/app/view/en/index.html
+++ b/app/view/en/index.html
@@ -32,7 +32,7 @@
@@ -78,11 +75,10 @@ a,button,input,label,i{
Get latest TheDesk
→
-
-
- Snap ver may be on Snapcraft
-
-
+
+
+
+
Some problems?
Please download on Oficial HP.
@@ -184,12 +180,12 @@ function verck(){
var remote=electron.remote;
var platform=remote.process.platform;
var bit=process.arch;
- if(platform=="linux"){
- $('.windows').hide()
- $('.linux').show()
- }else if(platform=="mac"){
- $('.windows').hide()
- $('.mac').show()
+ if(platform=="win32"){
+ $('.windows').removeClass("hide")
+ }else if(platform=="linux"){
+ $('.linux').removeClass("hide")
+ }else if(platform=="darwin"){
+ $('.mac').removeClass("hide")
}
var start="https://thedesk.top/ver.json";
fetch(start, {
diff --git a/app/view/ja/index.html b/app/view/ja/index.html
index d482729e..91352038 100644
--- a/app/view/ja/index.html
+++ b/app/view/ja/index.html
@@ -32,7 +32,7 @@
@@ -78,11 +75,10 @@ a,button,input,label,i{
アップデートがあります
→
-
-
- snap版はSnapcraft等よりDLしてください。
-
-
+
+
+
+
問題が発生しますか?
公式HPからダウンロードをお試しください。
@@ -184,12 +180,12 @@ function verck(){
var remote=electron.remote;
var platform=remote.process.platform;
var bit=process.arch;
- if(platform=="linux"){
- $('.windows').hide()
- $('.linux').show()
- }else if(platform=="mac"){
- $('.windows').hide()
- $('.mac').show()
+ if(platform=="win32"){
+ $('.windows').removeClass("hide")
+ }else if(platform=="linux"){
+ $('.linux').removeClass("hide")
+ }else if(platform=="darwin"){
+ $('.mac').removeClass("hide")
}
var start="https://thedesk.top/ver.json";
fetch(start, {
diff --git a/app/view/make/update.sample.html b/app/view/make/update.sample.html
index 2de4c573..f9cca1c8 100644
--- a/app/view/make/update.sample.html
+++ b/app/view/make/update.sample.html
@@ -62,9 +62,6 @@ a,button,input,label,i{
#prog{
font-size:200%;
}
-.linux, .mac{
- display:none;
-}
@@ -78,11 +75,10 @@ a,button,input,label,i{
{{updatehere}}
→
-
-
- {{snap}}
-
-
+
+
+
+
{{problem1}}
{{problem2}}
@@ -184,12 +180,12 @@ function verck(){
var remote=electron.remote;
var platform=remote.process.platform;
var bit=process.arch;
- if(platform=="linux"){
- $('.windows').hide()
- $('.linux').show()
- }else if(platform=="mac"){
- $('.windows').hide()
- $('.mac').show()
+ if(platform=="win32"){
+ $('.windows').removeClass("hide")
+ }else if(platform=="linux"){
+ $('.linux').removeClass("hide")
+ }else if(platform=="darwin"){
+ $('.mac').removeClass("hide")
}
var start="https://thedesk.top/ver.json";
fetch(start, {
diff --git a/app/view/ps/index.html b/app/view/ps/index.html
index 46f9d2fb..4d7f0704 100644
--- a/app/view/ps/index.html
+++ b/app/view/ps/index.html
@@ -32,7 +32,7 @@
@@ -78,11 +75,10 @@ a,button,input,label,i{
crwdns669:0crwdne669:0
→
-
-
- crwdns2384:0crwdne2384:0
-
-
+
+
+
+
crwdns678:0crwdne678:0
crwdns679:0crwdne679:0
@@ -184,12 +180,12 @@ function verck(){
var remote=electron.remote;
var platform=remote.process.platform;
var bit=process.arch;
- if(platform=="linux"){
- $('.windows').hide()
- $('.linux').show()
- }else if(platform=="mac"){
- $('.windows').hide()
- $('.mac').show()
+ if(platform=="win32"){
+ $('.windows').removeClass("hide")
+ }else if(platform=="linux"){
+ $('.linux').removeClass("hide")
+ }else if(platform=="darwin"){
+ $('.mac').removeClass("hide")
}
var start="https://thedesk.top/ver.json";
fetch(start, {