Skip to content

Commit 9140de7

Browse files
committed
Major refactor
1 parent 335f83b commit 9140de7

File tree

5 files changed

+279
-246
lines changed

5 files changed

+279
-246
lines changed

Constants.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
namespace Flow.Launcher.Plugin.OneNote
2+
{
3+
public static class Constants
4+
{
5+
public const string LogoIconPath = "Images/logo.png";
6+
public const string UnavailableIconPath = "Images/unavailable.png";
7+
public const string SyncIconPath = "Images/refresh.png";
8+
public const string RecentIconPath = "Images/recent.png";
9+
public const string RecentPageIconPath = "Images/recent_page.png";
10+
11+
public const string StructureKeyword = "nb:\\";
12+
public const string RecentKeyword = "rcntpgs:";
13+
}
14+
}

0 commit comments

Comments
 (0)