Skip to content

Commit ada9244

Browse files
committed
Add version display to settings modal
Display the FleetCode version at the bottom of the settings modal to help users identify which version they're running.
1 parent 3a6b531 commit ada9244

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ <h2 class="modal-title">Terminal Settings</h2>
247247
<span class="text-xs text-gray-400 mt-1 block">Directory where session worktrees will be stored</span>
248248
</div>
249249

250+
<div class="text-center text-xs text-gray-500 mt-6 pt-4 border-t border-gray-700">
251+
<span id="app-version">FleetCode v1.0.1-beta.7</span>
252+
</div>
253+
250254
<div class="btn-group">
251255
<button id="cancel-settings" class="btn-secondary">Cancel</button>
252256
<button id="reset-settings" class="btn-secondary">Reset to Default</button>

0 commit comments

Comments
 (0)