no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package _VisualDVM.Repository;
|
||||
import Common.Database.SQLITE.SQLiteDatabase;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Passes.PassCode;
|
||||
import _VisualDVM.Repository.BugReport.BugReport;
|
||||
import _VisualDVM.Repository.BugReport.BugReportsDBTable;
|
||||
@@ -35,4 +34,14 @@ public class BugReportsDatabase extends SQLiteDatabase {
|
||||
for (BugReport draft : drafts)
|
||||
Delete(draft);
|
||||
}
|
||||
public void DropUI() {
|
||||
SaveLastSelections();
|
||||
bugReports.ClearUI();
|
||||
subscribers.ClearUI();
|
||||
workspaces.ClearUI();
|
||||
}
|
||||
public void ResetUI() {
|
||||
bugReports.ShowUI();
|
||||
RestoreLastSelections();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user