Skip to content

Commit 37b246f

Browse files
committed
Remove unused media
1 parent 885b21b commit 37b246f

File tree

8 files changed

+2
-3
lines changed

8 files changed

+2
-3
lines changed

Flow.Launcher.Plugin.OneNote/Icons.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace Flow.Launcher.Plugin.OneNote
77
public class Icons : BaseModel
88
{
99
public const string Logo = "Images/logo.png";
10-
public const string Unavailable = "Images/unavailable.png";
1110
public const string Sync = "Images/refresh.png";
1211
public const string Warning = "Images/warning.png";
1312
public const string Search = Logo;
@@ -19,7 +18,7 @@ public class Icons : BaseModel
1918
public const string Section = "Images/section.png";
2019
public const string SectionGroup = "Images/section_group.png";
2120
public const string Notebook = "Images/notebook.png";
22-
21+
2322
public const string NewPage = "Images/new_page.png";
2423
public const string NewSection = "Images/new_section.png";
2524
public const string NewSectionGroup = "Images/new_section_group.png";
@@ -82,7 +81,7 @@ public static string GetIcon(IOneNoteItem item)
8281
};
8382
}
8483

85-
public void ClearCachedIcons()
84+
public void ClearCachedIcons()
8685
{
8786
notebookIcons.ClearCachedIcons();
8887
sectionIcons.ClearCachedIcons();
Binary file not shown.

doc/old/default.png

-38.8 KB
Binary file not shown.

doc/old/demo.gif

-2 MB
Binary file not shown.

doc/old/demo.png

-39 KB
Binary file not shown.

doc/old/notebook_explorer.gif

-200 KB
Binary file not shown.

doc/old/recent_pages.gif

-136 KB
Binary file not shown.

doc/old/search_pages.gif

-126 KB
Binary file not shown.

0 commit comments

Comments
 (0)