mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
gui/hdd_menu.cpp: add question to set record directory to formatted drive;
mark partition used for recording with icon, disable umount
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#ifndef __hdd_menu__
|
||||
#define __hdd_menu__
|
||||
|
||||
|
||||
#include "widget/menue.h"
|
||||
#include <gui/widget/hintbox.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -91,6 +91,7 @@ class CHDDMenuHandler : public CMenuTarget
|
||||
int formatDevice(std::string dev);
|
||||
void showError(neutrino_locale_t err);
|
||||
bool scanDevices();
|
||||
void showHint(std::string &messsage);
|
||||
CHDDMenuHandler();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user