Skip to content

Commit 21c52e8

Browse files
committed
Add tip about flipper app
1 parent 315cb85 commit 21c52e8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/HelpModal.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Preset: FuriHalSubGhzPresetOok270Async
5656
Protocol: Princeton
5757
...</pre>
5858
</div>
59+
<div class="mb-4">
60+
<p>
61+
<span class="fw-bold">Tip</span>: Check out <a href="https://github.com/Stichoza/flipper-nearby-files"><i class="fas fa-location-dot" /> <span class="fw-medium">Nearby Files</span></a> — a native Flipper application for viewing nearby files directly on your Flipper Zero without the need to connect it to your computer using USB cable.
62+
</p>
63+
</div>
5964
</div>
6065
</div>
6166
</div>

src/components/TheSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const handleSelectPin = (pin) => {
9393
class="d-flex flex-column align-items-center justify-content-center py-5"
9494
>
9595
<div v-if="!flipper.isConnected">
96-
<p class="text-muted small">
96+
<p class="text-muted small text-center">
9797
Connect Flipper to see files.
9898
</p>
9999
<div class="mt-5 text-center">

0 commit comments

Comments
 (0)