Milan Gallo

Results 3 comments of Milan Gallo

Hi neu-rah, I've implemented it the way you suggested it: ```diff diff --git a/src/items.cpp b/src/items.cpp index 4abb48e..c5c629b 100644 --- a/src/items.cpp +++ b/src/items.cpp @@ -1,6 +1,10 @@ #include "menuDefs.h" using namespace...

Hi, if you are interested, I've done as you've requested: ```diff diff --git a/rpcq/__init__.py b/rpcq/__init__.py index 9781258..c968910 100644 --- a/rpcq/__init__.py +++ b/rpcq/__init__.py @@ -1,3 +1,4 @@ from rpcq._client import Client...