Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-02-27 16:54:14 +0300
committerdartcafe <github@dartcafe.de>2021-02-27 16:54:14 +0300
commitf49212f154bc10b298f451f63e100b4361cf579c (patch)
treef52b6cdf8fe132bb96ed043a742162522a22c1f1 /src/js/components/Settings
parent45ca1fa8e97ccf6e35fe5a2516b6b68b04f87a3d (diff)
removed realTimePolling from settings
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Settings')
-rw-r--r--src/js/components/Settings/ExpertimantalSettings.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/js/components/Settings/ExpertimantalSettings.vue b/src/js/components/Settings/ExpertimantalSettings.vue
index 345ba767..be209069 100644
--- a/src/js/components/Settings/ExpertimantalSettings.vue
+++ b/src/js/components/Settings/ExpertimantalSettings.vue
@@ -23,13 +23,6 @@
<template>
<div>
<div class="user_settings">
- <CheckBoxDiv v-model="realTimePolling" :label="t('polls', 'Beta - watch for updated polls in realtime')" />
- <div class="settings_details">
- {{ t('polls', 'All changes to the current poll, done by other users, will be recognized in realtime.') }}
- </div>
- </div>
-
- <div class="user_settings">
<CheckBoxDiv v-model="experimental" :label="t('polls', 'Try experimental styles')" />
<div class="settings_details">
{{ t('polls', 'Some experimental UI variants. Changes the background color of the main area.') }}