mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 07:49:58 -05:00
remove redundant defaulted prop assignment
This commit is contained in:
@@ -83,7 +83,6 @@ Singleton {
|
|||||||
Timer {
|
Timer {
|
||||||
id: delayedFileRead
|
id: delayedFileRead
|
||||||
interval: ConfigOptions.hacks.arbitraryRaceConditionDelay
|
interval: ConfigOptions.hacks.arbitraryRaceConditionDelay
|
||||||
repeat: false
|
|
||||||
running: false
|
running: false
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
root.applyConfig(configFileView.text())
|
root.applyConfig(configFileView.text())
|
||||||
|
|||||||
Reference in New Issue
Block a user