Skip to content

Commit 8b3430b

Browse files
authored
docs(faq): view app log menu (#264)
Signed-off-by: Adam Setch <[email protected]>
1 parent 2e890b9 commit 8b3430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/solid/FaqAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const content = [
3030
id: '4',
3131
question: 'Something is not working as expected, how can I debug Gitify?',
3232
answer:
33-
'Using **Chrome Developer Tools** (console logs, network requests, etc):\n- All platforms: right click tray icon then _Developer → Toggle Developer Tools_\n- macOS: `command + opt + i`\n- Windows: `ctrl + shift + i`\n- Linux: `ctrl + shift + i`\n\nUsing **Application Log Files**:\n- macOS: `~/Library/Logs/gitify`\n- Windows: `%USERPROFILE%\\AppData\\Roaming\\gitify\\logs`\n- Linux: `~/.config/gitify/logs`',
33+
'Using **Chrome Developer Tools** (console logs, network requests, etc):\n- All platforms: right click tray icon then _Developer → Toggle Developer Tools_\n- macOS: `command + opt + i`\n- Windows: `ctrl + shift + i`\n- Linux: `ctrl + shift + i`\n\nUsing **Application Log Files**:\n- All platforms: right click tray icon then _Developer → View Application Logs_\n- macOS: `~/Library/Logs/gitify`\n- Windows: `%USERPROFILE%\\AppData\\Roaming\\gitify\\logs`\n- Linux: `~/.config/gitify/logs`',
3434
},
3535
{
3636
id: '5',

0 commit comments

Comments
 (0)