diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 20:51:19 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 20:51:19 +0200 |
| commit | fee07814e3f0ec1a45644bb7330fff12df35b475 (patch) | |
| tree | 9fb785462ef41d064252ad21dbae274aba328b6f /src/fingerclient.cpp | |
| parent | 4276fd7662167fbabf78edf75e75a85218dff4a5 (diff) | |
| download | kristall-fee07814e3f0ec1a45644bb7330fff12df35b475.tar.gz | |
Changes finger responses to monospace font.
Diffstat (limited to 'src/fingerclient.cpp')
| -rw-r--r-- | src/fingerclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fingerclient.cpp b/src/fingerclient.cpp index b696341..8d0ea60 100644 --- a/src/fingerclient.cpp +++ b/src/fingerclient.cpp @@ -58,7 +58,7 @@ void FingerClient::on_finished() { if(not was_cancelled) { - emit this->requestComplete(this->body, "text/plain"); + emit this->requestComplete(this->body, "text/finger"); was_cancelled = true; } body.clear(); |
