diff --git a/Client/Client.csproj b/Client/Client.csproj
index 1f623eb1..3e3f5395 100644
--- a/Client/Client.csproj
+++ b/Client/Client.csproj
@@ -99,6 +99,9 @@
OnOutputUpdated
+
+ app.manifest
+
..\Client.Chromium\ChromiumFX.dll
@@ -196,6 +199,7 @@
NcForm.cs
+
SettingsSingleFileGenerator
diff --git a/Client/Client.csproj.user b/Client/Client.csproj.user
index ed463499..fd3b02c2 100644
--- a/Client/Client.csproj.user
+++ b/Client/Client.csproj.user
@@ -5,6 +5,7 @@
- https://threejs.org/examples/#webgl_animation_cloth
+
+
\ No newline at end of file
diff --git a/Client/app.manifest b/Client/app.manifest
new file mode 100644
index 00000000..7f814de8
--- /dev/null
+++ b/Client/app.manifest
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Step/wwwroot/src/App.vue b/Step/wwwroot/src/App.vue
index 5b194d26..49039919 100644
--- a/Step/wwwroot/src/App.vue
+++ b/Step/wwwroot/src/App.vue
@@ -187,6 +187,9 @@ export default {
this.applyViewPosition(-window.innerHeight + 84);
}
},
+ sendMessage(name) {
+ Factory.Get(MessageService).publishToChannel(name);
+ },
movepanel(e) {
if (e && e.touches && e.touches[0]) {
this.applyViewPosition(