Commit a34f9827 authored by Joel Collins's avatar Joel Collins
Browse files

Updated scan tab icon

parent f0ce85fc
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
          :current-tab="currentTab"
          @set-tab="setTab"
        >
          <i class="material-icons">camera_alt</i>
          <i class="material-icons">settings_overscan</i>
        </tabIcon>
      </template>

@@ -140,6 +140,8 @@
      >
        <captureContent />
      </tabContent>

      <template v-if="$store.state.globalSettings.IHIEnabled">
        <tabContent
          tab-i-d="slidescan"
          :require-connection="true"
@@ -147,6 +149,8 @@
        >
          <slideScanContent />
        </tabContent>
      </template>

      <tabContent
        tab-i-d="settings"
        :require-connection="false"