Plugin:Fingerprint: Difference between revisions

From Miranda NG
Plugin:Fingerprint
Jump to navigation Jump to search
(Marked this version for translation)
No edit summary
Line 3: Line 3:
<!--T:1-->
<!--T:1-->
Displays client icon of your contacts in the contact list and in message window status bar.
Displays client icon of your contacts in the contact list and in message window status bar.
== Adding custom client support ==
Put fingerprint.json in the profile (next to the database .dat file):
</translate>
</translate>
<pre style="overflow:auto;">
{
"masks": [
{"name": "example", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.dll", "iconIndex": x, "group": yyyy}
  ]
}
</pre>


{{PluginGroups}}
{{PluginGroups}}

Revision as of 17:04, 8 May 2023

Fingerprint NG
No image
Filename Fingerprint.dll
Authors faith_healer, ghazan, mataes
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

Displays client icon of your contacts in the contact list and in message window status bar.

Adding custom client support

Put fingerprint.json in the profile (next to the database .dat file):

{
"masks": [
	{"name": "example", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.dll", "iconIndex": x, "group": yyyy}
   ]
}