Merge pull request #1679 from clayreimann/feat-ios-logs

feat: add logs on iOS
This commit is contained in:
advplyr
2025-11-18 17:28:00 -06:00
committed by GitHub
20 changed files with 425 additions and 198 deletions
+6 -8
View File
@@ -134,14 +134,12 @@ export default {
to: '/settings'
})
if (this.$platform !== 'ios') {
items.push({
icon: 'bug_report',
iconOutlined: true,
text: this.$strings.ButtonLogs,
to: '/logs'
})
}
items.push({
icon: 'bug_report',
iconOutlined: true,
text: this.$strings.ButtonLogs,
to: '/logs'
})
if (this.serverConnectionConfig) {
items.push({