Skip to content

Commit

Permalink
Fixed shortcuts deserialization bug
Browse files Browse the repository at this point in the history
Updated README.md logo
  • Loading branch information
mantasjasikenas committed Aug 13, 2023
1 parent 5d427ab commit 28f3391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public string GetDerivedType()
};
}

public ShortcutType Type => this switch
public ShortcutType GetShortcutType() => this switch
{
FileShortcut => ShortcutType.File,
DirectoryShortcut => ShortcutType.Directory,
Expand Down
4 changes: 2 additions & 2 deletions Flow.Launcher.Plugin.ShortcutPlugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"Name": "Shortcuts",
"Description": "Open user defined shortcut quickly from Flow Launcher",
"Author": "Mantelis",
"Version": "1.0.2",
"Version": "1.0.3",
"Language": "csharp",
"ActionKeyword": "q",
"Website": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin",
"UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.0.2/Flow.Launcher.Plugin.ShortcutPlugin.zip",
"UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.0.3/Flow.Launcher.Plugin.ShortcutPlugin.zip",
"UrlSourceCode": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/mantasjasikenas/flow-launcher-shortcuts-plugin@master/Flow.Launcher.Plugin.ShortcutPlugin/Images/icon.png",
"ExecuteFileName": "Flow.Launcher.Plugin.ShortcutPlugin.dll"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="text-align:center;">
<img style="border-radius: 15px" src="https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/blob/master/assets/icon.png?raw=true" alt="Shortcuts logo" width="75">
<div align="center">
<img src="https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/blob/master/assets/icon.png?raw=true" alt="Shortcuts logo" width="75">
<h1>Shortcuts Plugin <br> Quickly launch your shortcuts</h1>
<br>
</div>
Expand Down

0 comments on commit 28f3391

Please sign in to comment.