Skip to content

Commit d63522f

Browse files
committed
Merge pull request LykosAI#1232 from ionite34/patreon-migration-and-accounts
Update account UI for Lykos membership migration (cherry picked from commit eca1fd20e5320240ccd3be1f7e00cf95f7ad8736) # Conflicts: # StabilityMatrix.Avalonia/Views/Dialogs/LayeredMaskEditorDialog.axaml # StabilityMatrix.Avalonia/Views/Settings/AccountSettingsPage.axaml
1 parent 2511c75 commit d63522f

18 files changed

Lines changed: 2385 additions & 73 deletions

StabilityMatrix.Avalonia/Assets.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ internal static class Assets
155155

156156
public static Uri PatreonUrl { get; } = new("https://patreon.com/StabilityMatrix");
157157

158+
public static Uri MembershipUrl { get; } = new("https://lykos.ai/membership?ref=a1");
159+
160+
public static Uri PatreonBlogPostUrl { get; } = new("https://lykos.ai/blog/patreon-update");
161+
158162
public static Uri CivitAIUrl { get; } = new("https://civitai.com");
159163

160164
public static Uri LykosForgotPasswordUrl { get; } = new("https://lykos.ai/forgot-password");

0 commit comments

Comments
 (0)