Can't change the URLprotocol parametres.
Posted: Thu May 02, 2024 7:48 am
First of all let's pop the champagne
for the new release 8.3.0 stable
So, the dark mode is currently only available trough -dm argument.
not a problem so far to open directly my .tdl files in darkmode I changed the value of
HKLM\SOFTWARE\Classes\tdl_Tasklist\shell\open\command default to
but for the URLprotocol tdl:// this is a different story.
the default value in HKCR\tdl\shell\open\command is
I tried to change to
but then ToDoList open but blank (no files open :/ in use with tdl://C:\example.tdl )
If tried few variations but nothing work... So i don't know if the problem is on Windows 8.1 side or TodoList ?
Cheers.
So, the dark mode is currently only available trough -dm argument.
not a problem so far to open directly my .tdl files in darkmode I changed the value of
HKLM\SOFTWARE\Classes\tdl_Tasklist\shell\open\command default to
Code: Select all
"C:\mypath\ToDoList.exe" "-dm" "%1"
the default value in HKCR\tdl\shell\open\command is
Code: Select all
C:\mypath\ToDoList.exe -l "%1"
Code: Select all
C:\mypath\ToDoList.exe -l -dm "%1"
If tried few variations but nothing work... So i don't know if the problem is on Windows 8.1 side or TodoList ?
Cheers.