Remove dbg statements

This commit is contained in:
Luke D. Jones
2024-03-11 12:53:38 +13:00
parent 67b97f1d43
commit c7b1624313
4 changed files with 93 additions and 88 deletions

View File

@@ -443,7 +443,6 @@ pub fn start_notifications(
.unwrap();
if let Ok(mode) = proxy.mode().await {
dbg!(&mode);
if let Ok(mut lock) = page_states1.lock() {
lock.gfx_state.mode = mode;
lock.gfx_state.has_supergfx = true;

View File

@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-10 08:12+0000\n"
"POT-Creation-Date: 2024-03-10 10:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@@ -1,7 +1,7 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
import { StyleMetrics } from "std-widgets.slint";
import { StyleMetrics, Palette } from "std-widgets.slint";
component SideBarItem inherits Rectangle {
padding: 10px;