From 0ef01711010c97ea2951e46d17c01225ff6c2237 Mon Sep 17 00:00:00 2001 From: Nikesh Parajuli Date: Sun, 20 Oct 2024 22:46:12 -0400 Subject: [PATCH] fix: typo --- content/3.troubleshooting/license-activation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/3.troubleshooting/license-activation.md b/content/3.troubleshooting/license-activation.md index b9a6cba..be25438 100644 --- a/content/3.troubleshooting/license-activation.md +++ b/content/3.troubleshooting/license-activation.md @@ -3,8 +3,7 @@ title: License Activation description: Troubleshooting common license activation issues in Msty --- - -## Activation Not Persisting +## Activation not persisting If you're having trouble with your Msty license activation not persisting, it might be related to your desktop environment. @@ -20,6 +19,7 @@ To resolve this, set the `XDG_CURRENT_DESKTOP` environment variable to `GNOME` b export XDG_CURRENT_DESKTOP='GNOME' && ./.AppImage ``` :: + ::div{label="deb" icon="tabler:brand-debian"} ### deb @@ -29,7 +29,7 @@ To resolve this, set the `XDG_CURRENT_DESKTOP` environment variable to `GNOME` b export XDG_CURRENT_DESKTOP='GNOME' && msty ``` :: - :: + :: If the issue still persists, please reach out on our Discord server for further troubleshooting. \ No newline at end of file