mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
23 lines
486 B
INI
23 lines
486 B
INI
[General]
|
|
AdditionalQmlImportPaths=
|
|
DisableDefaultImports=false
|
|
OverwriteImportTypes=
|
|
ResourcePath=
|
|
|
|
[Warnings]
|
|
AttachedPropertyReuse=disable
|
|
BadSignalHandler=warning
|
|
CompilerWarnings=disable
|
|
ControlsSanity=disable
|
|
DeferredPropertyId=warning
|
|
Deprecated=warning
|
|
ImportFailure=warning
|
|
InheritanceCycle=warning
|
|
MultilineStrings=info
|
|
PropertyAlias=warning
|
|
RequiredProperty=warning
|
|
TypeError=warning
|
|
UnknownProperty=warning
|
|
UnqualifiedAccess=disable
|
|
UnusedImports=info
|
|
WithStatement=warning
|