mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
SQLStudio: Remove (unimplemented) ability to open database storage files
It may be handy to have some sort of storage inspector at some point but for now, it doesn't make sense to open a database file. So only allow opening script files, and don't make assumptions on their extension.
This commit is contained in:
parent
690389ae81
commit
e3d5b67eaf
3 changed files with 4 additions and 19 deletions
|
@ -25,7 +25,6 @@ public:
|
|||
void initialize_menu(GUI::Window*);
|
||||
void open_new_script();
|
||||
void open_script_from_file(LexicalPath const&);
|
||||
void open_database_from_file(LexicalPath const&);
|
||||
|
||||
bool request_close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue