Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LibreWeb
LibreWeb Browser
Commits
4dc2e66b
Commit
4dc2e66b
authored
Apr 05, 2021
by
Melroy van den Berg
Browse files
Stop spinning also at loading file done
parent
46ccfa42
Pipeline
#3259
passed with stages
in 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cc
View file @
4dc2e66b
...
...
@@ -1468,7 +1468,7 @@ void MainWindow::openFromDisk(bool isParseContent)
m_draw_main
.
showMessage
(
"🎂 File not found"
,
"Message: "
+
std
::
string
(
error
.
what
()));
}
// Stop spinning
//
m_refreshIcon.get_style_context()->remove_class("spinning");
m_refreshIcon
.
get_style_context
()
->
remove_class
(
"spinning"
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment