@@ -77,10 +77,6 @@ class SettingsList extends StatelessWidget {
7777 leading: Icon (Icons .text_snippet_outlined),
7878 title: Text ("settings.license" ).tr (),
7979 onTap: () => launch ("https://github.com/LinwoodCloud/dev-doctor/blob/main/LICENSE" )),
80- ListTile (
81- leading: Icon (Icons .construction_outlined),
82- title: Text ("settings.imprint" ).tr (),
83- onTap: () => launch ("https://codedoctor.tk/impress" )),
8480 ListTile (
8581 leading: Icon (Icons .code_outlined),
8682 title: Text ("settings.code" ).tr (),
@@ -90,6 +86,23 @@ class SettingsList extends StatelessWidget {
9086 title: Text ("settings.changelog" ).tr (),
9187 onTap: () =>
9288 launch ("https://github.com/LinwoodCloud/dev_doctor/blob/main/CHANGELOG.md" )),
89+ ListTile (
90+ leading: Icon (Icons .supervisor_account_outlined),
91+ title: Text ("discord" ).tr (),
92+ onTap: () => launch ("https://discord.linwood.tk" )),
93+ ListTile (
94+ leading: Icon (Icons .description_outlined),
95+ title: Text ("docs" ).tr (),
96+ onTap: () => launch ("https://linwood.tk/docs/dev-doctor/overview" )),
97+ ListTile (
98+ leading: Icon (Icons .history_outlined),
99+ title: Text ("settings.changelog" ).tr (),
100+ onTap: () =>
101+ launch ("https://github.com/LinwoodCloud/dev_doctor/blob/main/CHANGELOG.md" )),
102+ ListTile (
103+ leading: Icon (Icons .construction_outlined),
104+ title: Text ("settings.imprint" ).tr (),
105+ onTap: () => launch ("https://codedoctor.tk/impress" )),
93106 ListTile (
94107 leading: Icon (Icons .privacy_tip_outlined),
95108 title: Text ("settings.privacypolicy" ).tr (),
0 commit comments