diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-05 22:36:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-05 22:36:13 +0900 |
| commit | c201326906b00a9a356a17144cf7d04ee46e5ae5 (patch) | |
| tree | ae3f879b75eb5b3a09eb5975bc086e2e9dbcffda /src/client/app/common/views/widgets/queue.vue | |
| parent | Merge branch 'develop' (diff) | |
| parent | 11.24.2 (diff) | |
| download | sharkey-c201326906b00a9a356a17144cf7d04ee46e5ae5.tar.gz sharkey-c201326906b00a9a356a17144cf7d04ee46e5ae5.tar.bz2 sharkey-c201326906b00a9a356a17144cf7d04ee46e5ae5.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/app/common/views/widgets/queue.vue')
| -rw-r--r-- | src/client/app/common/views/widgets/queue.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/common/views/widgets/queue.vue b/src/client/app/common/views/widgets/queue.vue index 27ba35fbcd..6e49f1efb0 100644 --- a/src/client/app/common/views/widgets/queue.vue +++ b/src/client/app/common/views/widgets/queue.vue @@ -90,6 +90,9 @@ export default define({ enabled: true, } }, + dataLabels: { + enabled: false + }, tooltip: { enabled: false }, |