mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/cleanup: remove outdated comment
In commit 24eac8df87
("mobile: remove overwriting of line special case
in ui-notification") the code doing the line replacement was removed,
but the comment above that code wasn't updated.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
274b3c786b
commit
bd951a51cc
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,7 @@ Kirigami.ApplicationWindow {
|
||||||
onNotificationTextChanged: {
|
onNotificationTextChanged: {
|
||||||
// once the app is fully initialized and the UI is running, we use passive
|
// once the app is fully initialized and the UI is running, we use passive
|
||||||
// notifications to show the notification text, but during initialization
|
// notifications to show the notification text, but during initialization
|
||||||
// we instead dump the information into the textBlock below - and to make
|
// we instead dump the information into the textBlock below
|
||||||
// this visually more useful we interpret a "\r" at the beginning of a notification
|
|
||||||
// to mean that we want to simply over-write the last line, not create a new one
|
|
||||||
if (initialized) {
|
if (initialized) {
|
||||||
// make sure any old notification is hidden
|
// make sure any old notification is hidden
|
||||||
// hiding notifications is no longer supported????
|
// hiding notifications is no longer supported????
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue