Remove old 'add source window'

This commit is contained in:
Vyn 2025-06-24 09:34:05 +02:00
parent fcdeec19ed
commit c804ce1c7b
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
8 changed files with 5 additions and 142 deletions

View file

@ -2,7 +2,6 @@ import { AppWindowModels } from "Models.slint";
import { Button, VerticalBox, CheckBox } from "std-widgets.slint";
import { MainView } from "views/TasksView.slint";
import { SettingsWindow } from "../SettingsWindow/SettingsWindow.slint";
import { AddSourceWindow } from "../AddSourceWindow//AddSourceWindow.slint";
import { Palette } from "@selenite";
import { CalendarView } from "views/CalendarView.slint";
import { VButton } from "../../../external/selenite/components/Button.slint";
@ -71,4 +70,4 @@ export component AppWindow inherits Window {
}
}
export { AppWindowModels, Palette, SettingsWindow, AddSourceWindow } // Export to make it visible to the C++ backend
export { AppWindowModels, Palette, SettingsWindow } // Export to make it visible to the C++ backend