Skip to content

Commit

Permalink
add flag on install; fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
OliEfr committed Sep 30, 2024
1 parent dd5b5f6 commit 89f255a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ chrome.runtime.onInstalled.addListener(async (details) => {
theme: 'system',
studiengang: 'general',
hisqisPimpedTable: true,
bannersShown: ['mv3UpdateNotice']
bannersShown: ['mv3UpdateNotice'],
improveSelma: true,
})
await openSettingsPage('first_visit')
break
Expand Down
8 changes: 4 additions & 4 deletions src/freshContent/settings/settingPages/ImproveSelma.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<p class="max-line p-margin">
Dieses feature fügt Graphen für die Notenverteilungen und Versuchstracker in
selma hinzu. Zusätzlich wird das layout und design angepasst
um allgemein benutzerfreundlicher zu sein.
Dieses Feature fügt Graphen für die Notenverteilungen und Versuchstracker in
Selma hinzu. Zusätzlich wird das Layout und Design angepasst,
um benutzerfreundlicher zu sein.
</p>

<Setting
v-model="improveSelma"
txt="Das verbesserte layout und die Notenverteilung bei Selma benutzen"
txt="Das verbesserte Layout und die Notenverteilung bei Selma benutzen"
class="setting"
/>
</template>
Expand Down

0 comments on commit 89f255a

Please sign in to comment.