mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-10 18:06:37 +02:00
Don't use AppDomain
This commit is contained in:
parent
522789e01d
commit
aa377f3131
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace DiscordChatExporter.Gui.Services;
|
|||
[INotifyPropertyChanged]
|
||||
public partial class SettingsService()
|
||||
: SettingsBase(
|
||||
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Settings.dat"),
|
||||
Path.Combine(AppContext.BaseDirectory, "Settings.dat"),
|
||||
SerializerContext.Default
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue