mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
remove debug print
This commit is contained in:
parent
bbe0641503
commit
de61b46ccb
2 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,6 @@ Item { // Wrapper
|
|||
{
|
||||
action: "accentcolor",
|
||||
execute: (args) => {
|
||||
console.log(args)
|
||||
executor.executeCommand(
|
||||
`${xdgConfigHome}/quickshell/scripts/switchwall.sh --noswitch --color ${args != '' ? ("'"+args+"'") : ""}`
|
||||
.replace(/file:\/\//, ""))
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import QtQuick.Layouts
|
|||
import Quickshell.Io
|
||||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Hyprland
|
||||
import Qt5Compat.GraphicalEffects
|
||||
|
||||
|
|
@ -69,7 +68,7 @@ ColumnLayout {
|
|||
if (!editing) {
|
||||
renderLatex()
|
||||
} else {
|
||||
console.log("Editing mode enabled", segmentContent)
|
||||
// console.log("Editing mode enabled", segmentContent)
|
||||
textArea.text = segmentContent
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue