mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Template Tag Function Editor (#67)

This commit is contained in:
@@ -117,9 +117,9 @@ export function SettingsGeneral() {
|
||||
|
||||
<Heading size={2}>App Info</Heading>
|
||||
<KeyValueRows>
|
||||
<KeyValueRow label="Version" value={appInfo?.version} />
|
||||
<KeyValueRow label="Data Directory" value={appInfo?.appDataDir} />
|
||||
<KeyValueRow label="Logs Directory" value={appInfo?.appLogDir} />
|
||||
<KeyValueRow label="Version" value={appInfo.version} />
|
||||
<KeyValueRow label="Data Directory" value={appInfo.appDataDir} />
|
||||
<KeyValueRow label="Logs Directory" value={appInfo.appLogDir} />
|
||||
</KeyValueRows>
|
||||
</VStack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user