summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--installer-downloader/src/winapi_impl/ui.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer-downloader/src/winapi_impl/ui.rs b/installer-downloader/src/winapi_impl/ui.rs
index a59d499fb2..72ba3d52e8 100644
--- a/installer-downloader/src/winapi_impl/ui.rs
+++ b/installer-downloader/src/winapi_impl/ui.rs
@@ -214,7 +214,6 @@ impl AppWindow {
.build(&mut self.stable_message_frame)?;
nwg::Font::builder()
- // TODO: Ensure font always exists
.family("Segoe Fluent Icons")
.size(10)
.build(&mut self.arrow_font)?;