Skip to content

Commit e3b6bd0

Browse files
committed
Hide action keyword panel
1 parent 5148997 commit e3b6bd0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
v1.4.5
5+
------
6+
- Hide action keyword panel
7+
48
v1.4.4
59
-------
610
- Fix bug with the plugin not properly starting with flow version 1.20

plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"Name": "rtfm",
55
"Description": "a rtfm lookup plugin",
66
"Author": "cibere",
7-
"Version": "1.4.4a",
7+
"Version": "1.4.5a",
88
"Language": "python_v2",
99
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.rtfm",
1010
"IcoPath": "assets/app.png",
11-
"ExecuteFileName": "main.py"
11+
"ExecuteFileName": "main.py",
12+
"HideActionKeywordPanel": true
1213
}

0 commit comments

Comments
 (0)