フォーラム › TuneBrowser › Hide the title bar at tree- and playerview permantly › 返信先: Hide the title bar at tree- and playerview permantly
Would you be able to run the following command in Command Prompt or PowerShell?
reg query HKCU\Software\Tiki\TuneBrowser\Workspace\DockablePane\PlayerPane /v ShowGripper
This command queries registry values but does not modify them. Administrator privileges are not required to run it.
I would appreciate it if you could run this command
“When exiting TuneBrowser with the Player View title bar shown”
“When exiting TuneBrowser with the Player View title bar hidden”
with that and let me know the results.
The result of the execution will be something like the following. In this case, 0x01 is the result (Gripper is the title bar).
C:\>reg query HKCU\Software\Tiki\TuneBrowser\Workspace\DockablePane\PlayerPane /v ShowGripper
HKEY_CURRENT_USER\Software\Tiki\TuneBrowser\Workspace\DockablePane\PlayerPane
ShowGripper REG_DWORD 0x1
C:\>
I hope you will give it a try when you have time.