-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
using System.IO; | ||
using Wpf.Ui.Controls; | ||
using Wpf.Ui.Controls; | ||
using SMC = Sucrose.Memory.Constant; | ||
using SMMI = Sucrose.Manager.Manage.Internal; | ||
using SMR = Sucrose.Memory.Readonly; | ||
|
||
namespace Sucrose.Portal.Manage | ||
{ | ||
internal static class Manager | ||
{ | ||
public static WindowBackdropType BackdropType => SMMI.PortalSettingManager.GetSetting(SMC.BackdropType, DefaultBackdropType); | ||
|
||
public static string AlternativeLibrary => Path.Combine(SMR.AppDataPath, SMR.AppName, SMR.Library); | ||
|
||
public static WindowBackdropType DefaultBackdropType => WindowBackdropType.None; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters