mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-08-24 23:06:02 +00:00
Removed export functionality. Only dumping for now
This commit is contained in:
@ -62,8 +62,8 @@ export function OpenDatabase(arg1, arg2) {
|
||||
return window['go']['app']['App']['OpenDatabase'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function PerformExport(arg1) {
|
||||
return window['go']['app']['App']['PerformExport'](arg1);
|
||||
export function PerformDump(arg1) {
|
||||
return window['go']['app']['App']['PerformDump'](arg1);
|
||||
}
|
||||
|
||||
export function PurgeLogDirectory() {
|
||||
|
Reference in New Issue
Block a user