Skip to content

Commit

Permalink
Folder icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed May 26, 2024
1 parent 91b3ac0 commit dca5067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/pages/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ class SettingsPage extends ReactiveWidget<SettingsBuilder> {
ListTile(
title: const Text("Open session output"),
subtitle: const Text("Opens all files created by this session"),
trailing: const Icon(Icons.launch),
trailing: const Icon(Icons.folder_open),
onTap: () => launchUrl(services.files.loggingDir.uri),
),
ListTile(
title: const Text("Open the output folder"),
subtitle: const Text("Contains logs, screenshots, and settings"),
trailing: const Icon(Icons.launch),
trailing: const Icon(Icons.folder_open),
onTap: () => launchUrl(services.files.outputDir.uri),
),
ListTile(
Expand Down

0 comments on commit dca5067

Please sign in to comment.