removing old testing stuff
This commit is contained in:
parent
c8f1c85525
commit
c1e9feb1b3
2 changed files with 0 additions and 11 deletions
|
@ -27,11 +27,8 @@
|
||||||
mpv,
|
mpv,
|
||||||
ffmpeg_5-full,
|
ffmpeg_5-full,
|
||||||
# Rust tools
|
# Rust tools
|
||||||
clippy,
|
|
||||||
rustc,
|
rustc,
|
||||||
cargo,
|
cargo,
|
||||||
rustfmt,
|
|
||||||
rust-analyzer,
|
|
||||||
corrosion
|
corrosion
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -75,10 +72,6 @@ stdenv.mkDerivation rec {
|
||||||
mpv
|
mpv
|
||||||
ffmpeg_5-full
|
ffmpeg_5-full
|
||||||
# libsForQt5.kconfig
|
# libsForQt5.kconfig
|
||||||
# Rust tools
|
|
||||||
clippy
|
|
||||||
rustfmt
|
|
||||||
rust-analyzer
|
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_BACKTRACE = 1;
|
RUST_BACKTRACE = 1;
|
||||||
|
|
|
@ -52,10 +52,6 @@ Controls.Page {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
changeServiceItem(0);
|
changeServiceItem(0);
|
||||||
presentation.forceActiveFocus();
|
presentation.forceActiveFocus();
|
||||||
imageProxyModel.setSourceModel(ImageModel);
|
|
||||||
console.log("^^^^^");
|
|
||||||
console.log(imageProxyModel.model);
|
|
||||||
console.log("^^^^^");
|
|
||||||
/* const loaded = ServiceItemModel.loadLastSaved(); */
|
/* const loaded = ServiceItemModel.loadLastSaved(); */
|
||||||
/* if (!loaded) */
|
/* if (!loaded) */
|
||||||
/* showPassiveNotification("Failed loading last file"); */
|
/* showPassiveNotification("Failed loading last file"); */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue