Skip to content
Snippets Groups Projects
Commit d1df1bee authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Reset to use actual camera (remove mock)

parent 82b76f1a
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<template> <template>
<div class="row"> <div class="row">
<div class="col-6"><font-awesome-icon style="font-size: x-large; vertical-align: middle;" icon="camera" /> <div class="col-6"><font-awesome-icon style="font-size: x-large; vertical-align: middle;" icon="camera" />
<a class="vips-btn medium" id="cameraLauncher" ref='cameraLauncher' @click="mockLaunchCamera">{{ $t("photo.label.takephoto") }}</a> <a class="vips-btn medium" id="cameraLauncher" ref='cameraLauncher' @click="launchCamera">{{ $t("photo.label.takephoto") }}</a>
</div> </div>
<div class="col-6"><font-awesome-icon style="font-size: x-large; vertical-align: middle;" icon="file-image" /> <div class="col-6"><font-awesome-icon style="font-size: x-large; vertical-align: middle;" icon="file-image" />
<a type="button" class="vips-btn medium" id="cameraLauncher" ref='cameraLauncher' @click="launchGallery">{{ $t("photo.label.selectphoto") }}</a> <a type="button" class="vips-btn medium" id="cameraLauncher" ref='cameraLauncher' @click="launchGallery">{{ $t("photo.label.selectphoto") }}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment