applets/kickoff: set empty tooltip text for singleton delegates
Kickoff creates some delegates in the singleton for internal purposes. These are created even before the plasmoid configuration is loaded, but the tooltip text selection algorithm depends on a configuration value, causing a runtime TypeError.
Instead, we set the tooltip text for these delegates manually to the empty string.