Skip to content

Commit

Permalink
refactor: 配信状態アイコンを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
berlysia committed Apr 11, 2019
1 parent 0df4d26 commit db09fc0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion app/components/TitleBar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<div class="titlebar">
<div class="titlebar-title">
<LiveIcon v-if="isStreaming" />
{{ title }}
</div>
<div class="titlebar-actions">
Expand Down
6 changes: 1 addition & 5 deletions app/components/TitleBar.vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ import { StreamingService } from 'services/streaming';
import Utils from 'services/utils';
import { $t } from 'services/i18n';

const LiveIcon = require('../../media/images/live-icon.svg');

@Component({
components: {
LiveIcon
}
components: {}
})
export default class TitleBar extends Vue {
@Inject() customizationService: CustomizationService;
Expand Down
8 changes: 0 additions & 8 deletions media/images/live-icon.svg

This file was deleted.

0 comments on commit db09fc0

Please sign in to comment.